CreateCredentialInput
Autogenerated input type of CreateCredential
input CreateCredentialInput {
clientMutationId: String
companyId: Int!
description: String
environment: String!
name: String!
profile: String!
password: String!
user: String!
}
Fields
CreateCredentialInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCredentialInput.companyId ● Int! non-null scalar
CreateCredentialInput.description ● String scalar
CreateCredentialInput.environment ● String! non-null scalar
CreateCredentialInput.name ● String! non-null scalar
CreateCredentialInput.profile ● String! non-null scalar
CreateCredentialInput.password ● String! non-null scalar
CreateCredentialInput.user ● String! non-null scalar
Member Of
createCredential mutation