Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
lib/markets
Definitions
FieldNode
Interface FieldNode
interface
FieldNode
{
alias
?:
NameNode
;
arguments
?:
readonly
ArgumentNode
[]
;
directives
?:
readonly
DirectiveNode
[]
;
kind
:
FIELD
;
loc
?:
Location
;
name
:
NameNode
;
selectionSet
?:
SelectionSetNode
;
}
Index
Properties
alias?
arguments?
directives?
kind
loc?
name
selection
Set?
Properties
Optional
Readonly
alias
alias
?:
NameNode
Optional
Readonly
arguments
arguments
?:
readonly
ArgumentNode
[]
Optional
Readonly
directives
directives
?:
readonly
DirectiveNode
[]
Readonly
kind
kind
:
FIELD
Optional
Readonly
loc
loc
?:
Location
Readonly
name
name
:
NameNode
Optional
Readonly
selection
Set
selection
Set
?:
SelectionSetNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alias
arguments
directives
kind
loc
name
selection
Set
@perennial/sdk
Loading...