The Wayback Machine - http://web.archive.org/web/20220709093050/https://github.com/topics/graphql?l=ruby
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 359 public repositories matching this topic...

pupilfirst
developedBySJ
developedBySJ commented Jun 9, 2022

Describe the bug
The Course export card UI is broken if tags are included.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Admin
  2. Click on Course then select the course
  3. Click on Create New Exports
  4. Add multiple tags and click on exports

Expected behavior
The download button should be placed properly

Screenshots
![image](https://user-images.githubus

bug good first issue
ab320012
ab320012 commented Oct 4, 2021

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
bug good first issue
danielnc
danielnc commented Jun 11, 2021

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
enhancement good first issue

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest