GraphQL
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.
Here are 299 public repositories matching this topic...
-
Updated
Dec 5, 2020 - Ruby
-
Updated
Dec 2, 2020 - Ruby
There is an issue when adding new languages that I believe is related to react suspense. See i18next/react-i18next#977
Error:
Steps to reproduce:
- Add a new language to Locize.
- Make su
-
Updated
Jun 9, 2020 - Ruby
-
Updated
May 14, 2020 - Ruby
-
Updated
Jul 28, 2020 - Ruby
Right now, only the Pending tab has a count shown next to it in the tab showing the total number of submissions.
It would be best to include this information (loaded vs available) next to the Load More button at the bottom of the page (for both tabs). If all submissions have been loaded, it can simply say: "Showing all X submissions".
-
Updated
Jun 27, 2020 - Ruby
-
Updated
Jan 23, 2020 - Ruby
-
Updated
Apr 7, 2020 - Ruby
-
Updated
Sep 21, 2020 - Ruby
-
Updated
Apr 26, 2018 - Ruby
-
Updated
Mar 6, 2017 - Ruby
Hey,
I think it would be great to have extensions with code (see here: http://graphql-ruby.org/errors/execution_errors.html) 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
-
Updated
Sep 2, 2020 - Ruby
-
Updated
Jun 7, 2020 - Ruby
-
Updated
Nov 9, 2020 - Ruby
-
Updated
Jan 30, 2020 - Ruby
-
Updated
Nov 6, 2020 - Ruby
-
Updated
Feb 7, 2018 - Ruby
graphql-ruby already has support for GraphQL::Types::ISO8601DateTime and GraphQL::Types::JSON (even tough they are not default GraphQL types). I would suggest to include them in graphql_rails, so instead of
action(:create).permit(date: GraphQL::Types::ISO8601DateTime, data: GraphQL::Types::JSON)we could use
action(:create).permit(date: :date_time, data: :json)-
Updated
Nov 20, 2020 - Ruby
-
Updated
Jan 3, 2020 - Ruby
-
Updated
Apr 1, 2019 - Ruby
-
Updated
Jul 9, 2020 - Ruby
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia

At, the least
"/"should behave the same as"".