Packages

p

caliban

package caliban

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. caliban
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def graphQL[R, Q, M, S](resolver: RootResolver[Q, M, S], directives: List[__Directive], schemaDirectives: List[Directive], schemaDescription: Option[String])(implicit arg0: SubscriptionSchema[S], querySchema: Schema[R, Q], mutationSchema: Schema[R, M], subscriptionSchema: Schema[R, S]): GraphQL[R]
  2. def render[T](implicit schema: Schema[Any, T]): String
  3. def renderSchema[Q, M, S](directives: List[__Directive], schemaDirectives: List[Directive], schemaDescription: Option[String])(implicit querySchema: Schema[Any, Q], mutationSchema: Schema[Any, M], subscriptionSchema: Schema[Any, S]): String
  4. def renderSchemaWith[R, Q, M, S](directives: List[__Directive], schemaDirectives: List[Directive], schemaDescription: Option[String])(implicit querySchema: Schema[R, Q], mutationSchema: Schema[R, M], subscriptionSchema: Schema[R, S]): String
  5. def renderWith[R, T](implicit schema: Schema[R, T]): String

Deprecated Value Members

  1. object ZHttpAdapter
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) The caliban-zio-http package is deprecated and scheduled to be removed in a future release. To use Caliban with zio-http, use the caliban-quick module instead

Inherited from AnyRef

Inherited from Any

Ungrouped