Page Contents
Home > @loopback/graphql > GraphQLServer
GraphQLServer class
GraphQL Server
Signature:
export declare class GraphQLServer extends Context implements Server
Extends: Context
Implements: Server
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
|
Constructs a new instance of the |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
|
express.Application | ||
|
|
(Optional) | ||
|
|
boolean |
Is the GraphQL listening |
Methods
| Method | Modifiers | Description |
|---|---|---|
|
Get a list of middleware | ||
|
Get a list of resolver classes | ||
|
Register a GraphQL middleware | ||
|
Register a GraphQL resolver class | ||