GQLDSubscription

Undocumented in source.
@safe
class GQLDSubscription : GQLDOperation {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From GQLDOperation

returnType
GQLDType returnType;
Undocumented in source.
returnTypeName
string returnTypeName;
Undocumented in source.
parameters
GQLDType[string] parameters;
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta