INPUT_OBJECT
CreateGpsTrackingProviderMutationInput
The input object that defines the fields for the createGpsTrackingProvider mutation.
link GraphQL Schema definition
- input CreateGpsTrackingProviderMutationInput {
- # A descriptive name.
- : GpsTrackingProviderType!
- # Whether or not this is enabled.
- : Boolean!
- # `GpsTrackingProvider` Credentials.
- : [GpsTrackingProviderCredentialInput]!
- }