Registry / http-client / graphlient

graphlient

JSON →
library0.8.0rbrubygemsunverified

A friendly Ruby client for consuming GraphQL-based APIs.

gem install graphlient
INSTALL
IMPORT
SIG · GRAPHLIENT
G
graphlient
http-clientrubyv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graphlient
require 'graphlient'

Query a GraphQL API using Graphlient

require 'graphlient' client = Graphlient::Client.new('https://api.example.com/graphql') response = client.query <<~GRAPHQL { users { name } } GRAPHQL puts response.data.users
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources