INPUT_OBJECT

CreateDidAssignmentMutationInput

The input object that defines the fields for the createDidAssignment mutation.

link GraphQL Schema definition

  • input CreateDidAssignmentMutationInput {
  • # The ID of a `Did`.
  • did_id: Int64Bit!
  • # The ID of an Account.
  • account_id: Int64Bit!
  • # 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
  • }

link Require by