AssociateProjectInput
Autogenerated input type of AssociateProject
input AssociateProjectInput {
clientMutationId: String
projectIds: [ID!]!
companyId: ID!
integration: ToolTypeCategory!
}
Fields
AssociateProjectInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
AssociateProjectInput.projectIds
● [ID!]!
non-null scalar
AssociateProjectInput.companyId
● ID!
non-null scalar
AssociateProjectInput.integration
● ToolTypeCategory!
non-null enum
Member of
associateProject
mutation