INPUT_OBJECT
UpdateDriversMutationInput
The input object that defines the fields for the updateDrivers mutation.
link GraphQL Schema definition
- input UpdateDriversMutationInput {
- # IDs of `User`s.
- : [Int64Bit]!
- # A note about this entity.
- : NoteMutationInput
- }