RequestCollaborationSupportInput
Autogenerated input type of RequestCollaborationSupport
input RequestCollaborationSupportInput {
clientMutationId: String
collabCode: String!
integrationId: ID!
}
Fields
RequestCollaborationSupportInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
RequestCollaborationSupportInput.collabCode
● String!
non-null scalar
The collaborator code. This code is normally used to access the external system and perform some operations over there.
RequestCollaborationSupportInput.integrationId
● ID!
non-null scalar
Member Of
requestCollaborationSupport
mutation