UpdateOccurrencePayload
Autogenerated return type of UpdateOccurrence
type UpdateOccurrencePayload {
clientMutationId: String
errors: [String!]
msg: [String!]
}
Fields
UpdateOccurrencePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateOccurrencePayload.errors
● [String!]
list scalar
UpdateOccurrencePayload.msg
● [String!]
list scalar
Returned By
updateOccurrence
mutation