Macros

caliban.Macros$
object Macros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Macros.type

Members list

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 parameters

document

a string representing a GraphQL document.

Attributes