DropEventPayload
Autogenerated return type of DropEvent.
type DropEventPayload {
clientMutationId: String
event: Event!
}
Fields
DropEventPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DropEventPayload.event
● Event!
non-null object
Returned By
dropEvent
mutation