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.
  • service_id: Int64Bit
  • # The ID of an AccountService used to associate the DID assignment to a specific
  • # account service.
  • account_service_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `service_id` to null.
  • unset_service_id: Boolean
  • # Setting this value to `true` will set `account_service_id` to null.
  • unset_account_service_id: Boolean
  • }

link Require by