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