Docs
A GraphQL schema declares one root type for every kind of operation it supports.
Root Types
All Schema Types
- BillingPlanDTO
- String
- ApiKey
- UUID
- DateTime
- IntegrationSecretVariable
- Boolean
- IntegrationInstall
- IntegrationInstallSourceType
- MultiFactorMethodSummary
- RecordScopeRuleGroup
- RecordScopeRuleGroupLogicalOperator
- Float
- RecordScopeRule
- RecordScopeRuleOperand
- JSON
- CollectionGrant
- TenantMembership
- GrantFlagType
- PersonName
- TenantMember
- Int
- TenantMemberDateFormatEnum
- TenantMemberTimeFormatEnum
- TenantMemberNumberFormatEnum
- Assistant
- FieldGrant
- GrantFlag
- KeyRoleBinding
- Role
- IntegrationInstallSummary
- IntegrationVariable
1# Welcome to QuarryQL
2#
3# QuarryQL is an in-browser console for drafting, checking and
4# replaying GraphQL operations.
5#
6# Compose operations on this side of the split, and you will get
7# completions drawn from the live schema, plus inline validation
8# warnings marked up directly in the document.
9#
10# Operations normally open with a "{" character. Lines beginning
11# with a # are skipped.
12#
13# A short example operation reads like this:
14#
15# {
16# field(arg: "value") {
17# subField
18# }
19# }
20#
21# Keyboard shortcuts:
22#
23# Reformat document: Shift-Ctrl-P (or use the reformat butto
24#
25# Inline fragments: Shift-Ctrl-M (or use the inline button
26#
27# Send operation: Ctrl-Enter (or use the send button abov
28#
29# Completions: Ctrl-Space (or simply keep typing to se
30#
1▾ {
2 "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0ZW5h
3}
QuarryQL
▾{
▾ "errors": [
▾ {
"message": "Syntax Error: Expected Name, found <EOF>.",
▾ "locations": [
▾ {
"line": 30,
"column": 2
}
]
}
]
}