ShutdownDropPayload
Represents the result of a successful shutdown drop mutation
type ShutdownDropPayload {
drop: Drop!
}
Fields
ShutdownDropPayload.drop
● Drop!
non-null object
Drop that has been shutdown
Returned by
shutdownDrop
mutation