GraphQLSurrogate

open class GraphQLSurrogate<T>(val origin: T)

A surrogate for a GraphQL object. Each surrogate has an origin object, which is the alchemist object that the surrogate represents.

Parameters

T

The type of the alchemist object that the surrogate represents.

Inheritors

Constructors

Link copied to clipboard
constructor(origin: T)

Properties

Link copied to clipboard
open val origin: T