GraphQLAspect

caliban.GraphQLAspect
See theGraphQLAspect companion trait
object GraphQLAspect

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def withDirectives(directives: List[`__Directive`]): GraphQLAspect[Nothing, Any]
def withSchemaDirectives(directives: List[Directive]): GraphQLAspect[Nothing, Any]
def withTypes(types: List[`__Type`]): GraphQLAspect[Nothing, Any]