SchemaLoader

caliban.tools.SchemaLoader$
See theSchemaLoader companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case class FromCaliban extends SchemaLoader

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FromDocument extends SchemaLoader

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FromFile extends SchemaLoader

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FromIntrospection extends SchemaLoader

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FromString extends SchemaLoader

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromCaliban[R](api: GraphQL[R]): SchemaLoader
def fromDocument(doc: Document): SchemaLoader
def fromFile(path: String): SchemaLoader
def fromIntrospection(url: String, headers: Option[List[Header]]): SchemaLoader
def fromString(schema: String): SchemaLoader