GraphQLNoVarOperation

Convenience interface for operations that take no variables.

Properties

Link copied to clipboard
abstract val document: String

The full GraphQL document string (with fragments inlined).

Link copied to clipboard
abstract val name: String

The operation name constant (e.g. "GetCurrentUser").

Link copied to clipboard
abstract val sha256Hash: String

The SHA-256 hex digest of the document, for APQ.