gitlab-org--gitlab-foss/lib/gitlab/graphql
Bob Van Landuyt 9b65d4bb41 Initial setup GraphQL using graphql-ruby 1.8
- All definitions have been replaced by classes:
  http://graphql-ruby.org/schema/class_based_api.html
- Authorization & Presentation have been refactored to work in the
  class based system
- Loaders have been replaced by resolvers
- Times are now coersed as ISO 8601
2018-06-06 10:58:54 +02:00
..
authorize Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
present Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
authorize.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
present.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
variables.rb Handle exceptions outside the GraphQL schema 2018-06-05 20:47:42 +02:00