pub const GRAPHQL_DOCUMENT: &'static str;
Expand description

The GraphQL document being executed.

The value may be sanitized to exclude sensitive information.

ยงExamples

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