FooSubscription

FooSubscription is a query for tests that doesn't require codegen.

Use it to test parts of the runtime without having to use included builds.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val ignoreErrors: Boolean

Functions

Link copied to clipboard
open override fun adapter(): Adapter<FooOperation.Data>
Link copied to clipboard
open override fun document(): String
Link copied to clipboard
open override fun id(): String
Link copied to clipboard
open override fun name(): String
Link copied to clipboard
open override fun rootField(): CompiledField
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)