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