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`.
- : Int64Bit!
- # The ID of an Account.
- : Int64Bit!
- # The ID of a Service.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- }