Preparing search index...
The search index is not available
Aleph Indexer Framework for Solana/Ethereum/BSC
Aleph Indexer Framework for Solana/Ethereum/BSC
Indexer Core
GraphQLServer
Class GraphQLServer
Defines an express app to run the GraphQL API server.
Hierarchy
GraphQLServer
Index
Constructors
constructor
Properties
app
Methods
start
stop
Constructors
constructor
new
GraphQLServer
(
schemas
:
GraphQLSchema
[]
, endpoints
?:
GraphQLEndpoint
[]
, rateLimitConfig
?:
Options
)
:
GraphQLServer
Parameters
schemas:
GraphQLSchema
[]
endpoints:
GraphQLEndpoint
[]
= []
rateLimitConfig:
Options
= ...
Returns
GraphQLServer
Properties
Protected
app
app
:
Application
<
Record
<
string
,
any
>
>
= ...
Methods
start
start
(
port
?:
number
)
:
void
Parameters
port:
number
= 8080
Returns
void
stop
stop
(
)
:
void
Returns
void
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
GraphQLServer
constructor
app
start
stop
Generated using
TypeDoc
Defines an express app to run the GraphQL API server.