CreateAllocatedAnalystPayload
Autogenerated return type of CreateAllocatedAnalyst
type CreateAllocatedAnalystPayload {
allocatedAnalyst: AnalystAllocations
clientMutationId: String
errors: [String!]
}
Fields
CreateAllocatedAnalystPayload.allocatedAnalyst
● AnalystAllocations
object
CreateAllocatedAnalystPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateAllocatedAnalystPayload.errors
● [String!]
list scalar
Returned By
createAllocatedAnalyst
mutation