AddAzureAccountInput
No description
input AddAzureAccountInput {
userID: UUID!
name: String
subscriptionID: String!
tenantID: String!
clientID: String!
clientSecret: String!
}
Fields
AddAzureAccountInput.userID ● UUID! non-null scalar
AddAzureAccountInput.name ● String scalar
AddAzureAccountInput.subscriptionID ● String! non-null scalar
AddAzureAccountInput.tenantID ● String! non-null scalar
AddAzureAccountInput.clientID ● String! non-null scalar
AddAzureAccountInput.clientSecret ● String! non-null scalar
Member of
addAzureAccount mutation