implicit final class GQLHelper extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GQLHelper
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GQLHelper(sc: StringContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def gql(args: Any*): graphql.DocumentNode
If gql is not well-formed, this may thrown an error that is hard to determine its location.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def safe_gql(args: Any*): Either[JavaScriptException, DocumentNode]
Return either.
Return either. Using this makes using the hook less ergonomic.
- def toString(): String
- Definition Classes
- Any