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.
  • service_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by