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