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