RequestCollaborationSupportInput
Autogenerated input type of RequestCollaborationSupport
input RequestCollaborationSupportInput {
clientMutationId: String
collabCode: String!
integrationId: ID!
}
Fields
RequestCollaborationSupportInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
RequestCollaborationSupportInput.collabCode ● String! non-null scalar common
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 common
Member Of
requestCollaborationSupport mutation