summaryrefslogtreecommitdiff
path: root/app/graphql/types/query_type.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
| | | | Partially addresses #47424.
* Allow querying a single MR within a projectBob Van Landuyt2018-06-151-7/+0
| | | | | | | | This allows the user to get a single MR nested in a GraphQL project query. Since we need the full path and the iid anyway, this makes more sense than having a root query that needs the full path as well.
* Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-061-32/+15
| | | | | | | | | - 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
* Add a minimal GraphQL APINick Thomas2018-06-051-0/+38