Skip to main content

QueryOptionsInput

No description

1
input QueryOptionsInput {
2
master: Boolean
3
noCache: Boolean
4
noLatentCache: Boolean
5
referenceOnly: Boolean
6
resolveToReferenceOnly: Boolean
7
resolveInvisible: Boolean
8
timeout: Float
9
custom: [QueryOptionsCustomInput!]
10
}

Fields

master ● Boolean scalar common

noCache ● Boolean scalar common

noLatentCache ● Boolean scalar common

referenceOnly ● Boolean scalar common

resolveToReferenceOnly ● Boolean scalar common

resolveInvisible ● Boolean scalar common

timeout ● Float scalar common

custom ● [QueryOptionsCustomInput!] list input common