CreateOrUpdateFortifyIntegrationInput
Autogenerated input type of CreateOrUpdateFortifyIntegration
input CreateOrUpdateFortifyIntegrationInput {
clientMutationId: String
companyId: Int!
username: String!
password: String!
url: String!
}
Fields
CreateOrUpdateFortifyIntegrationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateFortifyIntegrationInput.companyId
● Int!
non-null scalar
CreateOrUpdateFortifyIntegrationInput.username
● String!
non-null scalar
CreateOrUpdateFortifyIntegrationInput.password
● String!
non-null scalar
CreateOrUpdateFortifyIntegrationInput.url
● String!
non-null scalar
Member Of
createOrUpdateFortifyIntegration
mutation