INPUT_OBJECT
CreateLteProviderMutationInput
The input object that defines the fields for the createLteProvider mutation.
link GraphQL Schema definition
- input CreateLteProviderMutationInput {
- # A descriptive name.
- String! :
- # The type of `LteProvider`.
- LteProviderType! :
- # Whether or not this is enabled.
- Boolean! :
- # Automatically detach UE when account is changed to delinquency status.
- Boolean! :
- # Write PDN address allocation into BreezeVIEW.
- Boolean :
- # Whether or not a floating license model is used with BreezeVIEW.
- Boolean :
- # Credentials for the LTE provider.
- LteProviderAuthenticationCredentialMutationInput]! : [
- # A note about this entity.
- NoteMutationInput :
- }