INPUT_OBJECT

LteProviderAuthenticationCredentialMutationInput

Credentials for an LTE provider.

link GraphQL Schema definition

  • input LteProviderAuthenticationCredentialMutationInput {
  • # An individual credential to authenticate to an LTE provider.
  • credential: LteProviderAuthenticationCredential!
  • # The credential value (e.g. username, password, etc.)
  • value: String!
  • }