Class: GraphqlUtil::Client
- Inherits:
-
GraphQL::Client
- Object
- GraphQL::Client
- GraphqlUtil::Client
- Defined in:
- lib/graphql_util/client.rb
Instance Method Summary collapse
-
#query(parsed_query, variables: {}) ⇒ GraphQL::Client::Response
Performs a GraphQL Query and handles the response.
Instance Method Details
#query(parsed_query, variables: {}) ⇒ GraphQL::Client::Response
Performs a GraphQL Query and handles the response
14 15 16 |
# File 'lib/graphql_util/client.rb', line 14 def query(parsed_query, variables: {}) super(parsed_query, variables: variables, context: {}) end |