INPUT_OBJECT
UpdateDidAssignmentMutationInput
The input object that defines the fields for the updateDidAssignment mutation.
link GraphQL Schema definition
- input UpdateDidAssignmentMutationInput {
- # The ID of a Service used to associate the DID assignment to a service. Use of
- # AccountServiceID is recommended instead, as assigning via Service ID may lead to
- # inconsistent associations.
- : Int64Bit
- # The ID of an AccountService used to associate the DID assignment to a specific
- # account service.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `service_id` to null.
- : Boolean
- # Setting this value to `true` will set `account_service_id` to null.
- : Boolean
- }