Search
Preparing search index...
The search index is not available
graphql-extra
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
TypeDefinitionAssertionMixin
Class TypeDefinitionAssertionMixin
Hierarchy
TypeDefinitionAssertionMixin
Index
Constructors
constructor
Properties
node
Methods
assert
Enum
Type
assert
Input
Type
assert
Interface
Type
assert
Object
Type
assert
Scalar
Type
assert
Union
Type
is
Enum
Type
is
Input
Type
is
Interface
Type
is
Object
Type
is
Scalar
Type
is
Union
Type
Constructors
constructor
new
Type
Definition
Assertion
Mixin
(
node
:
GQL.TypeDefinitionNode
)
:
TypeDefinitionAssertionMixin
Parameters
node:
GQL.TypeDefinitionNode
Returns
TypeDefinitionAssertionMixin
Properties
Readonly
node
node
:
GQL.TypeDefinitionNode
Methods
assert
Enum
Type
assert
Enum
Type
(
)
:
EnumTypeApi
Returns
EnumTypeApi
assert
Input
Type
assert
Input
Type
(
)
:
InputTypeApi
Returns
InputTypeApi
assert
Interface
Type
assert
Interface
Type
(
)
:
InterfaceTypeApi
Returns
InterfaceTypeApi
assert
Object
Type
assert
Object
Type
(
)
:
ObjectTypeApi
Returns
ObjectTypeApi
assert
Scalar
Type
assert
Scalar
Type
(
)
:
ScalarTypeApi
Returns
ScalarTypeApi
assert
Union
Type
assert
Union
Type
(
)
:
UnionTypeApi
Returns
UnionTypeApi
is
Enum
Type
is
Enum
Type
(
)
:
this
is
EnumTypeApi
Returns
this
is
EnumTypeApi
is
Input
Type
is
Input
Type
(
)
:
this
is
InputTypeApi
Returns
this
is
InputTypeApi
is
Interface
Type
is
Interface
Type
(
)
:
this
is
InterfaceTypeApi
Returns
this
is
InterfaceTypeApi
is
Object
Type
is
Object
Type
(
)
:
this
is
ObjectTypeApi
Returns
this
is
ObjectTypeApi
is
Scalar
Type
is
Scalar
Type
(
)
:
this
is
ScalarTypeApi
Returns
this
is
ScalarTypeApi
is
Union
Type
is
Union
Type
(
)
:
this
is
UnionTypeApi
Returns
this
is
UnionTypeApi
Globals
Type
Definition
Assertion
Mixin
constructor
node
assert
Enum
Type
assert
Input
Type
assert
Interface
Type
assert
Object
Type
assert
Scalar
Type
assert
Union
Type
is
Enum
Type
is
Input
Type
is
Interface
Type
is
Object
Type
is
Scalar
Type
is
Union
Type
Generated using
TypeDoc