VariablesCoercer

caliban.parsing.VariablesCoercer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def coerceVariables(req: GraphQLRequest, doc: Document, rootType: RootType, skipValidation: Boolean)(implicit trace: Trace): IO[ValidationError, GraphQLRequest]
def coerceVariables(variables: Map[String, InputValue], doc: Document, rootType: RootType, skipValidation: Boolean)(implicit trace: Trace): IO[ValidationError, Map[String, InputValue]]