DeleteShortcutPayload
Autogenerated return type of DeleteShortcut.
type DeleteShortcutPayload {
clientMutationId: String
data: Shortcut
errors: [Error!]!
}
Fields
DeleteShortcutPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteShortcutPayload.data ● Shortcut object
DeleteShortcutPayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteShortcut mutation