shutdownDrop
Shuts down a drop by writing the current UTC timestamp to the shutdown_at field of drop record.
Returns the Drop
object on success.
Errors
Fails if the drop or collection is not found, or if updating the drop record fails.
shutdownDrop(
input: ShutdownDropInput!
): ShutdownDropPayload!
Arguments
shutdownDrop.input
● ShutdownDropInput!
non-null input
Type
ShutdownDropPayload
object
Represents the result of a successful shutdown drop mutation