document property

String document
final

The body of the request, starting with the operation type and operation name.

See https://graphql.org/learn/queries/#operation-name for examples and more information.

Implementation

final String document;