Skip to main content

AssociateProjectInput

Autogenerated input type of AssociateProject

input AssociateProjectInput {
clientMutationId: String
projectId: ID
companyId: ID!
integration: ToolTypeCategory!
}

Fields

AssociateProjectInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

AssociateProjectInput.projectId ● ID scalar

AssociateProjectInput.companyId ● ID! non-null scalar

AssociateProjectInput.integration ● ToolTypeCategory! non-null enum

Member Of

associateProject mutation