The GraphQL document being executed.
The value may be sanitized to exclude sensitive information.
@example query findBookById { bookById(id: ?) { name } }
public const GRAPHQL_DOCUMENT = 'graphql.document';