SchemaLoader

caliban.tools.SchemaLoader
See theSchemaLoader companion trait
object SchemaLoader

Attributes

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

Members list

Type members

Classlikes

case class FromCaliban extends SchemaLoader

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaLoader
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def fromCaliban[R](api: GraphQL[R]): SchemaLoader
def fromDocument(doc: Document): SchemaLoader
def fromIntrospection(url: String, headers: Option[List[Header]], supportIsRepeatable: Boolean): SchemaLoader