pub const GRAPHQL_DOCUMENT: Key;
Expand description

The GraphQL document being executed.

The value may be sanitized to exclude sensitive information.

Examples

  • query findBookById { bookById(id: ?) { name } }