CreateAllocatedAnalystInput
Autogenerated input type of CreateAllocatedAnalyst
input CreateAllocatedAnalystInput {
clientMutationId: String
projectId: Int!
portalUserId: Int!
}
Fields
CreateAllocatedAnalystInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateAllocatedAnalystInput.projectId
● Int!
non-null scalar
CreateAllocatedAnalystInput.portalUserId
● Int!
non-null scalar
Member Of
createAllocatedAnalyst
mutation