INPUT_OBJECT
UpdateGpsTrackingProviderMutationInput
The input object that defines the fields for the updateGpsTrackingProvider mutation.
link GraphQL Schema definition
- input UpdateGpsTrackingProviderMutationInput {
- # Whether or not this is enabled.
- : Boolean
- # `GpsTrackingProvider` Credentials.
- : [GpsTrackingProviderCredentialInput]
- }