Resolvers
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Resolvers.type
Members list
Value members
Concrete methods
Creates an HttpInterpreter from a GraphQL API.
Creates an HttpInterpreter from a GraphQL API.
Value parameters
- Frame
-
Implicit Frame parameter
- api
-
The GraphQL API to be interpreted
- requestCodec
-
Implicit JsonCodec for GraphQLRequest
- responseValueCodec
-
Implicit JsonCodec for ResponseValue
Attributes
- Returns
-
An HttpInterpreter wrapped in Resolvers effect
Runs a GraphQL server with default NettyKyoServer configuration.
Runs a GraphQL server with default NettyKyoServer configuration.
Value parameters
- Frame
-
Implicit Frame parameter
- v
-
The HttpInterpreter to be used
Attributes
- Returns
-
A NettyKyoServerBinding wrapped in ZIOs and Abort effects
Runs a GraphQL server with a custom NettyKyoServer configuration.
Runs a GraphQL server with a custom NettyKyoServer configuration.
Value parameters
- Frame
-
Implicit Frame parameter
- server
-
The custom NettyKyoServer configuration
- v
-
The HttpInterpreter to be used
Attributes
- Returns
-
A NettyKyoServerBinding wrapped in ZIOs and Abort effects
Runs a GraphQL server with a custom Runner.
Runs a GraphQL server with a custom Runner.
Value parameters
- frame
-
Implicit Frame parameter
- runner
-
The custom Runner to be used
- tag
-
Implicit Tag for Runner[R]
- v
-
The HttpInterpreter to be used
Attributes
- Returns
-
A NettyKyoServerBinding wrapped in ZIOs and Abort effects
Runs a GraphQL server with a custom NettyKyoServer configuration and Runner.
Runs a GraphQL server with a custom NettyKyoServer configuration and Runner.
Value parameters
- frame
-
Implicit Frame parameter
- runner
-
The custom Runner to be used
- server
-
The custom NettyKyoServer configuration
- tag
-
Implicit Tag for Runner[R]
- v
-
The HttpInterpreter to be used
Attributes
- Returns
-
A NettyKyoServerBinding wrapped in ZIOs and Abort effects
Runs a GraphQL server with a custom NettyKyoServer configuration and Runtime.
Runs a GraphQL server with a custom NettyKyoServer configuration and Runtime.
Value parameters
- Frame
-
Implicit Frame parameter
- runtime
-
The custom Runtime to be used
- server
-
The custom NettyKyoServer configuration
- v
-
The HttpInterpreter to be used
Attributes
- Returns
-
A NettyKyoServerBinding wrapped in ZIOs and Abort effects