pub const GRAPHQL_DOCUMENT: &str = "graphql.document";
The GraphQL document being executed.
The value may be sanitized to exclude sensitive information.
query findBookById { bookById(id: ?) { name } }