document property

String? document
final

The GraphQL operation header. Fields will be used but will not be available to the Dart model.

query UpsertPerson($input: PersonInput!) {
  upsertPerson(input: $input) {}
}

Implementation

final String? document;