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 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
- }