You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#118: Correct TimeoutError inheritance and rescue documentation - @oiahoon.
#117: Migrate Danger to use danger-pr-comment reusable workflow, add Ruby 4.0 to CI, fix tests on Ruby 3.4+ and 4.0 - @dblock.
#116: Directive DSL — _skip(if: :x) → @skip(if: $x), _include(if: :x) → @include(if: $x). Any _name method is treated as a @name directive; applies to fields, spreads, and inline fragments - @rellampec.
#116: spread(on: :Type, *directives, &block): inline fragment DSL — spread(on: :PaidInvoice) { amountPaid } → ... on PaidInvoice { amountPaid }. spread is the single verb for both named fragment spreads (spread :Name) and inline fragments (spread on: :Type), using the same on: keyword as fragment(name, on:) - @rellampec.
#116: fragment(:Name, on: :Type, &block): inline fragment definition appended to the query document automatically; scoped to the query call, no global registry - @rellampec.
#116: Custom scalar registration — c.scalar :date, 'Date' extends the built-in scalar set (:int, :float, :string, :boolean) with API-specific types - @rellampec.
#116: Query refactored into Query::Serializer composed from concern modules (Scalars, Arguments, Evaluator, Fragments, Directives). Public API unchanged - @rellampec.
#116: CI: Ruby 3.4 added to test matrix; Ruby 3.1 WebMock to_rack fix; mutex_m gem added for Ruby 3.4 stdlib removal - @rellampec.
#115: Client#to_query_string(**kargs, &block): builds the full GraphQL query document from the DSL block and returns a String without touching the schema or Faraday HTTP adapter. Enables DSL-only mode where HTTP dispatch is handled externally - @rellampec.
#115: Query#spread(fragment_name): emits ...FragmentName into the query string as a named fragment spread. Alternative to the ___Const convention for use cases where graphql-client constant parsing is not available - @rellampec.
#115: spec/spec_helper.rb: rescue LoadError on byebug require so specs run on platforms where byebug is not installable (e.g. Windows with Ruby 3.2) - @rellampec.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer TIP This summary will be updated as you push new changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filerubyPull requests that update Ruby code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps graphlient from 0.8.0 to 0.9.0.
Changelog
Sourced from graphlient's changelog.
Commits
b311a85Preparing for release, 0.9.0. (#119)451c1f5Merge pull request #118 from oiahoon/docs/correct-timeout-error-inheritanceb90a96eCorrect TimeoutError documentation5e2ec2eDirective DSL, inline fragments, fragment definitions, custom scalars (#116)6a0998cAdd DSL-only mode: to_query_string + spread (#115)fd0ef88Merge pull request #117 from dblock/update-danger-workflow5f1e828Update Danger workflow to use numbata/danger-pr-comment reusable workflowc9f6f1aUpdate links to graphql client repository (#112)849739cMerge pull request #113 from yuki24/chore/fix-cie5ab171Run tests against the latest RubiesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)