Skip to content
#

GraphQL

graphql logo

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...

pupilfirst
harigopal
harigopal commented Sep 22, 2020

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".

povilasjurcys
povilasjurcys commented Sep 9, 2019

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)

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest
You can’t perform that action at this time.