Extends
Classes
Members
isAnonymous
Whether the operation is anonymous (i.e. has no name).
- Inherited From:
- Source:
Methods
toString() → {String}
Returns the GraphQL query or mutation string (e.g. query myQuery { cat { name } }
).
- Inherited From:
- Source:
Returns:
The GraphQL query or mutation string.
- Type
- String