gql
package gql
Members list
Concise view
Type members
Classlikes
object Arg
object Arg2
Attributes
- Source:
- Arg.scala
- Graph
- Supertypes
Attributes
- Source:
- Arg.scala
- Graph
- Supertypes
Attributes
- Source:
- Arg.scala
- Graph
- Supertypes
object AstImplicits
Attributes
- Source:
- ast.scala
- Graph
- Supertypes
- Self type
- AstImplicits.type
Attributes
- Companion:
- object
- Source:
- Cursor.scala
- Graph
- Supertypes
object Cursor
Attributes
- Companion:
- class
- Source:
- Cursor.scala
- Graph
- Supertypes
- Self type
- Cursor.type
Attributes
- Companion:
- object
- Source:
- Cursor.scala
- Graph
- Supertypes
- Known subtypes
object GraphArc
Attributes
- Companion:
- trait
- Source:
- Cursor.scala
- Graph
- Supertypes
- Self type
- GraphArc.type
Attributes
- Companion:
- object
- Source:
- Modifier.scala
- Graph
- Supertypes
- Known subtypes
object InverseModifier
Attributes
- Companion:
- trait
- Source:
- Modifier.scala
- Graph
- Supertypes
- Self type
- InverseModifier.type
Attributes
- Companion:
- object
- Source:
- Modifier.scala
- Graph
- Supertypes
object InverseModifierStack
Attributes
- Companion:
- class
- Source:
- Modifier.scala
- Graph
- Supertypes
- Self type
- InverseModifierStack.type
Attributes
- Companion:
- object
- Source:
- Modifier.scala
- Graph
- Supertypes
- Known subtypes
object Modifier
Attributes
- Companion:
- trait
- Source:
- Modifier.scala
- Graph
- Supertypes
- Self type
- Modifier.type
Attributes
- Companion:
- object
- Source:
- Modifier.scala
- Graph
- Supertypes
object ModifierStack
Attributes
- Companion:
- class
- Source:
- Modifier.scala
- Graph
- Supertypes
- Self type
- ModifierStack.type
object PreparedQuery
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- PreparedQuery.type
Attributes
- Source:
- QueryParameters.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- QueryResult.scala
- Graph
- Supertypes
object QueryResult
Attributes
- Companion:
- class
- Source:
- QueryResult.scala
- Graph
- Supertypes
- Self type
- QueryResult.type
final case class SchemaShape[F[_], Q, M, S](query: Type[F, Q], mutation: Option[Type[F, M]], subscription: Option[Type[F, S]], outputTypes: List[OutToplevel[F, _]], inputTypes: List[InToplevel[_]])
Attributes
- Companion:
- object
- Source:
- SchemaShape.scala
- Graph
- Supertypes
object SchemaShape
Attributes
- Companion:
- class
- Source:
- SchemaShape.scala
- Graph
- Supertypes
- Self type
- SchemaShape.type
final case class SchemaState[F[_]](nextId: Int, batchFunctions: Map[BatchKey[_, _], BatchFunction[F, _, _]])
Attributes
- Companion:
- object
- Source:
- SchemaState.scala
- Graph
- Supertypes
object SchemaState
Attributes
- Companion:
- class
- Source:
- SchemaState.scala
- Graph
- Supertypes
- Self type
- SchemaState.type
object Validation
Attributes
- Source:
- Validation.scala
- Graph
- Supertypes
- Self type
- Validation.type