CreateIntegrationPayload
Autogenerated return type of CreateIntegration
type CreateIntegrationPayload {
clientMutationId: String
errors: [String!]
integration: Integration
}
Fields
CreateIntegrationPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateIntegrationPayload.errors
● [String!]
list scalar
CreateIntegrationPayload.integration
● Integration
object
Returned by
createIntegrationScanCheckmarx
mutation