solidus_graphql_api
solidus_graphql_api copied to clipboard
GraphQL comes to Solidus!
Updates the requirements on [graphql-schema_comparator](https://github.com/xuorig/graphql-schema_comparator) to permit the latest version. Release notes Sourced from graphql-schema_comparator's releases. v1.2.1 What's Changed Add support for path on DirectiveArgumentAdded. by @cocoahero in xuorig/graphql-schema_comparator#57 New...
Updates the requirements on [graphql](https://github.com/rmosolgo/graphql-ruby) to permit the latest version. Changelog Sourced from graphql's changelog. 1.13.19 (2 February 2023) Bug fixes Performance: don't re-encode schema member names #4323 Performance: fix...
Started work on getting this to work with Rails 7 and Ruby 3+ -- opening this PR for collaboration. I'm not user of Solidus or this extension, I was just...
Issue due uninitialized constant https://github.com/solidusio-contrib/solidus_graphql_api/issues/198 On Rails > 5 versions. One way to fix it is to add this to your `Rails.application.configure` environment file ```ruby config.enable_dependency_loading = true ``` but...
Updates the requirements on [graphql-docs](https://github.com/gjtorikian/graphql-docs) to permit the latest version. Commits 15546f4 :gem: 2.1.0 adfa53d Merge pull request #89 from alecslupu/fix/88 4c855ff Fix deprecation on graphql_definition ( Upgrade Graphql to...
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from rails's releases. 6.1.4.4 Active Support No changes. Active Model No changes. Active Record No changes. Action...
I setup the gem into my project and everything worked fine locally. However, when I push the code to staging env, it generated the `uninitialized constant SolidusGraphqlApi::Schema` when the GraphiQL...
Currently, we're only supporting Relay's [cursor-based pagination](https://relay.dev/graphql/connections.htm). This is a great algorithm, which usually outperforms traditional offset-based pagination. However, cursor pagination is usually used in infinite scroll UXs, as it...
Dependabot can't resolve your Ruby dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Bundler::VersionConflict with message: Bundler could not find compatible versions...