
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
graphql-ruby-client
Advanced tools
Find the graphql-ruby-client
docs on the GraphQL-Ruby website.
graphql-ruby-client
is available under the LGPLv3 license;
graphql-pro customers are granted a special commercial license.
rake js:install
rake js:test
yarn install
yarn run test
yarn tsc -w
npm link .
1.11.0 (13 June 2020)
Global tracers are removed (deprecated since 1.7.4) #2936
Fields defined in camel case (field :doStuff
) will not line up to methods that are underscore case (def do_stuff
). Instead, the given symbol is used verbatim. #2938 To work around this:
def doStuff
)field :do_stuff
, let graphql-ruby camelize it for you)resolver_method: :do_stuff
to explicitly map the field to a method on the object type definitionYou can probably find instances of this in your application with a regexp like /field :[a-z]+[A-Z]/
, and review them.
extend SubscriptionRoot
is no longer necessary #2770broadcast: true
option to subscriptions #2959Edge#parent
to new connection classes #2961FAQs
JavaScript client for graphql-ruby
The npm package graphql-ruby-client receives a total of 52,454 weekly downloads. As such, graphql-ruby-client popularity was classified as popular.
We found that graphql-ruby-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.