struct

GitHub::GraphQL::Client

Inherits Struct < Value < Object

Constructors

new(client : GitHub::Client)
Source

Instance methods

query(query : String, variables : NamedTuple | Hash | JSON::Serializable | Nil = nil, *, as type : T.class) : Response(T) forall T
Source
query(*, operation_name : String, variables : NamedTuple | Hash | JSON::Serializable | Nil = nil, as type : T.class) : Response(T) forall T
Source