Preparing search index...
The search index is not available
Aleph Indexer Framework for Solana/Ethereum/BSC
Aleph Indexer Framework for Solana/Ethereum/BSC
Indexer Framework
FetcherAPISchema
Class FetcherAPISchema
Combines the fetcher's domain class with the fetcher's API.
Hierarchy
GraphQLSchema
FetcherAPISchema
Index
Constructors
constructor
Properties
ast
Node
description
domain
extensionASTNodes
extensions
Methods
get
Directive
get
Directives
get
Implementations
get
Mutation
Type
get
Possible
Types
get
Query
Type
get
Subscription
Type
get
Type
get
Type
Map
is
Possible
Type
is
Sub
Type
to
Config
Constructors
constructor
new
FetcherAPISchema
(
domain
:
FetcherMainDomain
)
:
FetcherAPISchema
Parameters
domain:
FetcherMainDomain
Returns
FetcherAPISchema
Properties
ast
Node
ast
Node
:
Maybe
<
SchemaDefinitionNode
>
description
description
:
Maybe
<
string
>
Protected
domain
domain
:
FetcherMainDomain
extensionASTNodes
extensionASTNodes
:
Maybe
<
readonly
SchemaExtensionNode
[]
>
extensions
extensions
:
Maybe
<
Readonly
<
GraphQLSchemaExtensions
>
>
Methods
get
Directive
get
Directive
(
name
:
string
)
:
Maybe
<
GraphQLDirective
>
Parameters
name:
string
Returns
Maybe
<
GraphQLDirective
>
get
Directives
get
Directives
(
)
:
readonly
GraphQLDirective
[]
Returns
readonly
GraphQLDirective
[]
get
Implementations
get
Implementations
(
interfaceType
:
GraphQLInterfaceType
)
:
InterfaceImplementations
Parameters
interfaceType:
GraphQLInterfaceType
Returns
InterfaceImplementations
get
Mutation
Type
get
Mutation
Type
(
)
:
Maybe
<
GraphQLObjectType
<
any
,
any
>
>
Returns
Maybe
<
GraphQLObjectType
<
any
,
any
>
>
get
Possible
Types
get
Possible
Types
(
abstractType
:
GraphQLAbstractType
)
:
readonly
GraphQLObjectType
<
any
,
any
>
[]
Parameters
abstractType:
GraphQLAbstractType
Returns
readonly
GraphQLObjectType
<
any
,
any
>
[]
get
Query
Type
get
Query
Type
(
)
:
Maybe
<
GraphQLObjectType
<
any
,
any
>
>
Returns
Maybe
<
GraphQLObjectType
<
any
,
any
>
>
get
Subscription
Type
get
Subscription
Type
(
)
:
Maybe
<
GraphQLObjectType
<
any
,
any
>
>
Returns
Maybe
<
GraphQLObjectType
<
any
,
any
>
>
get
Type
get
Type
(
name
:
string
)
:
Maybe
<
GraphQLNamedType
>
Parameters
name:
string
Returns
Maybe
<
GraphQLNamedType
>
get
Type
Map
get
Type
Map
(
)
:
TypeMap
Returns
TypeMap
is
Possible
Type
is
Possible
Type
(
abstractType
:
GraphQLAbstractType
, possibleType
:
GraphQLObjectType
<
any
,
any
>
)
:
boolean
Parameters
abstractType:
GraphQLAbstractType
possibleType:
GraphQLObjectType
<
any
,
any
>
Returns
boolean
is
Sub
Type
is
Sub
Type
(
abstractType
:
GraphQLAbstractType
, maybeSubType
:
GraphQLNamedType
)
:
boolean
Parameters
abstractType:
GraphQLAbstractType
maybeSubType:
GraphQLNamedType
Returns
boolean
to
Config
to
Config
(
)
:
GraphQLSchemaConfig
&
{
assumeValid
:
boolean
;
directives
:
GraphQLDirective
[]
;
extensionASTNodes
:
readonly
SchemaExtensionNode
[]
;
extensions
:
Maybe
<
Readonly
<
GraphQLSchemaExtensions
>
>
;
types
:
GraphQLNamedType
[]
;
}
Returns
GraphQLSchemaConfig
&
{
assumeValid
:
boolean
;
directives
:
GraphQLDirective
[]
;
extensionASTNodes
:
readonly
SchemaExtensionNode
[]
;
extensions
:
Maybe
<
Readonly
<
GraphQLSchemaExtensions
>
>
;
types
:
GraphQLNamedType
[]
;
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
Aleph
Indexer
Framework for
Solana/
Ethereum/BSC
Bsc
Indexer
Framework
Ethereum
Indexer
Framework
Indexer
Core
Utils
Indexer
Framework
Solana
Indexer
Framework
buffer
Layouts
FetcherAPISchema
constructor
ast
Node
description
domain
extensionASTNodes
extensions
get
Directive
get
Directives
get
Implementations
get
Mutation
Type
get
Possible
Types
get
Query
Type
get
Subscription
Type
get
Type
get
Type
Map
is
Possible
Type
is
Sub
Type
to
Config
Generated using
TypeDoc
Combines the fetcher's domain class with the fetcher's API.