Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
lib/markets
Definitions
FieldDefinitionNode
Interface FieldDefinitionNode
interface
FieldDefinitionNode
{
arguments
?:
readonly
InputValueDefinitionNode
[]
;
description
?:
StringValueNode
;
directives
?:
readonly
ConstDirectiveNode
[]
;
kind
:
FIELD_DEFINITION
;
loc
?:
Location
;
name
:
NameNode
;
type
:
TypeNode
;
}
Index
Properties
arguments?
description?
directives?
kind
loc?
name
type
Properties
Optional
Readonly
arguments
arguments
?:
readonly
InputValueDefinitionNode
[]
Optional
Readonly
description
description
?:
StringValueNode
Optional
Readonly
directives
directives
?:
readonly
ConstDirectiveNode
[]
Readonly
kind
kind
:
FIELD_DEFINITION
Optional
Readonly
loc
loc
?:
Location
Readonly
name
name
:
NameNode
Readonly
type
type
:
TypeNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
arguments
description
directives
kind
loc
name
type
@perennial/sdk
Loading...