Macros

object Macros
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def gqldoc(inline document: String): String

Verifies at compile-time that the given string is a valid GraphQL document.

Verifies at compile-time that the given string is a valid GraphQL document.

Value Params
document

a string representing a GraphQL document.