Skip to main content

GRAPHQL_DOCUMENT

Constant GRAPHQL_DOCUMENT 

Source
pub const GRAPHQL_DOCUMENT: &'static str;
Expand description

The GraphQL document being executed.

§Notes

If instrumentation can reliably identify and redact sensitive information it SHOULD do it.

§Examples

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