ConnectIntegrationWithCredentialsInput
Autogenerated input type of ConnectIntegrationWithCredentials
input ConnectIntegrationWithCredentialsInput {
clientMutationId: String
integrationId: ID!
integrationType: IntegrationTypeEnum!
password: String!
username: String!
}
Fields
ConnectIntegrationWithCredentialsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConnectIntegrationWithCredentialsInput.integrationId ● ID! non-null scalar common
ID of the existing integration record.
ConnectIntegrationWithCredentialsInput.integrationType ● IntegrationTypeEnum! non-null enum integrations
Type of the integration; used to dispatch to the right integration class.
ConnectIntegrationWithCredentialsInput.password ● String! non-null scalar common
The integration's UI password. Never logged, never persisted.
ConnectIntegrationWithCredentialsInput.username ● String! non-null scalar common
The integration's UI username. Never logged, never persisted.
Member Of
connectIntegrationWithCredentials mutation