GitHub::GraphQL::Client
Constructors
new(client : GitHub::Client)
SourceInstance methods
query(query : String, variables : NamedTuple | Hash | JSON::Serializable | Nil = nil, *, as type : T.class) : Response(T) forall T
Sourcequery(*, operation_name : String, variables : NamedTuple | Hash | JSON::Serializable | Nil = nil, as type : T.class) : Response(T) forall T
Source