caliban-reporting
caliban-reporting
API
caliban.reporting
client
Mutation
ReportSchemaError
ReportSchemaErrorCode
ReportSchemaErrorCode
BOOT_ID_IS_NOT_VALID_UUID
BOOT_ID_IS_REQUIRED
CORE_SCHEMA_HASH_IS_NOT_SCHEMA_SHA256
CORE_SCHEMA_HASH_IS_REQUIRED
CORE_SCHEMA_HASH_IS_TOO_LONG
EXECUTABLE_SCHEMA_ID_IS_NOT_SCHEMA_SHA256
EXECUTABLE_SCHEMA_ID_IS_REQUIRED
EXECUTABLE_SCHEMA_ID_IS_TOO_LONG
GRAPH_REF_INVALID_FORMAT
GRAPH_REF_IS_REQUIRED
GRAPH_VARIANT_DOES_NOT_MATCH_REGEX
GRAPH_VARIANT_IS_REQUIRED
LIBRARY_VERSION_IS_TOO_LONG
PLATFORM_IS_TOO_LONG
RUNTIME_VERSION_IS_TOO_LONG
SCHEMA_IS_NOT_PARSABLE
SCHEMA_IS_NOT_VALID
SERVER_ID_IS_TOO_LONG
USER_VERSION_IS_TOO_LONG
ReportSchemaResponse
ReportSchemaResult
SchemaReport
SchemaReport
ReportingDaemon
ReportingDaemon
ReportingError
ReportingError
ClientError
RetryableError
SchemaError
ReportingResponse
SchemaReporter
SchemaReporter
SchemaReportingRef
SchemaReportingRef
Util
caliban-reporting
/
caliban.reporting
/
caliban.reporting.client
/
Mutation
Mutation
caliban.reporting.client.Mutation
object
Mutation
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Mutation
.
type
Members list
Clear all
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
In this article
Attributes
Members list
Value members
Concrete methods