GraphQLInfallibleServerEndpoint

caliban.interop.tapir.package$.GraphQLInfallibleServerEndpoint
implicit class GraphQLInfallibleServerEndpoint[R, I, O](e: Full[Unit, Unit, I, Nothing, O, Any, [_] =>> URIO[R, _$8]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toGraphQL(implicit inputSchema: Schema[R, I], outputSchema: Schema[R, O], argBuilder: ArgBuilder[I]): GraphQL[R]