Class GraphQLSurrogate
-
- All Implemented Interfaces:
public class GraphQLSurrogate<T extends Object>
A surrogate for a GraphQL object. Each surrogate has an origin object, which is the alchemist object that the surrogate represents.
-
-
Constructor Summary
Constructors Constructor Description GraphQLSurrogate(T origin)
-