Open Source multi-language/multi-currency/multi-store eCommerce platform
-
Updated
Jul 6, 2022 - Ruby
{{ message }}
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Open Source multi-language/multi-currency/multi-store eCommerce platform
Ruby implementation of GraphQL
A Ruby library for declaring, composing and executing GraphQL queries
Describe the bug
The Course export card UI is broken if tags are included.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The download button should be placed properly
Screenshots
 to the Graphlient::Errors::ExecutionError class.
So it could be used in tests as:
rescue Graphlient::Errors::ExecutionError => e
expect(e.message).to eq('My error message')
expect(e.extensions.code).to eq('UNAUTHORIZED')
end
GraphQL interface on top devise_token_auth
Loader to solve N+1 issues for good. Highly recommended for GraphQL API.
Rails controller has a method `"rescue_from" which allows customizing response when a specific error happens. It would be nice to have the same feature for GraphqlRails controllers. This would enable sharing logic between rails and graphql_rails controllers easier.
A graphql, relay and standard rails application powered demo weblog. We are using Graphql server and relay for our react component data needs.
Ruby GraphQL client on Rails that actually makes you more productive
GraphQL plugin for SearchObject gem
Action Policy integration for GraphQL
Hey guys not sure if this is still maintained, for some reason running rubocop -a is throwing several
GraphQL/ExtractInputType errors inside of an input type object
example of the error:
app/graphql/types/public/program_application_attributes.rb:11:7: C: GraphQL/ExtractInputType: Consider moving arguments to a new input type
argument :company_size, String, required: false, descri
Extract as much much detail as you want from GraphQL queries, served up from your Ruby app and the graphql gem.
I am trying to use both fragment caching + action policy and due to lack of documentation I am unable to make it work if I have a authorized_scope: true if my field
if I have a field like this:
field :collections, [CollectionType], null: false, authorized_scope: true, cache_fragment: { context_key: :current_user } do
I get an error:
Couldn't find policy class for.... "Could
Created by Facebook
Released 2015
If you PATCHed to
/posts/1, but send payload with a different id:We pay attention to the payload and not the URL - instead let's throw an error when there is a mismatch.