defaultUpsertOperation property

String? defaultUpsertOperation
final

The mutation used to create or update a member. Only the header of the operation is required. For example

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

Implementation

final String? defaultUpsertOperation;