Mutation

caliban.reporting.client.Mutation$
object Mutation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def reportSchema[A](coreSchema: Option[String], report: SchemaReport)(onReportSchemaError: SelectionBuilder[ReportSchemaError, A], onReportSchemaResponse: SelectionBuilder[ReportSchemaResponse, A])(implicit encoder0: ArgEncoder[Option[String]], encoder1: ArgEncoder[SchemaReport]): SelectionBuilder[RootMutation, Option[A]]

Report a running GraphQL server's schema.

Report a running GraphQL server's schema.

Attributes

def reportSchemaOption[A](coreSchema: Option[String], report: SchemaReport)(onReportSchemaError: Option[SelectionBuilder[ReportSchemaError, A]], onReportSchemaResponse: Option[SelectionBuilder[ReportSchemaResponse, A]])(implicit encoder0: ArgEncoder[Option[String]], encoder1: ArgEncoder[SchemaReport]): SelectionBuilder[RootMutation, Option[Option[A]]]

Report a running GraphQL server's schema.

Report a running GraphQL server's schema.

Attributes