module GQL
Defined in:
client.crgql.cr
Constant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .client(uri : String | URI, headers : Hash(String, String), tls : Bool)
- .enum(name, *consts)
- .extend(klass, type, &)
- .fragment(name, node, &)
- .input(name, &)
- .interface(name, *implements, &)
- .mutation(&)
- .query(&)
- .type(name, *implements, &)
- .union(name, *types)