gitlab-org--gitlab-foss/app/graphql
Phil Hughes 50e21a89a0
Suggests issues when typing title
This suggests possibly related issues when the user types a title.

This uses GraphQL to allow the frontend to request the exact
data that is requires. We also get free caching through the Vue Apollo
plugin.

With this we can include the ability to import .graphql files in JS
and Vue files.
Also we now have the Vue test utils library to make testing
Vue components easier.

Closes #22071
2018-11-27 15:10:40 +00:00
..
functions Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
mutations Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
resolvers Suggests issues when typing title 2018-11-27 15:10:40 +00:00
types Suggests issues when typing title 2018-11-27 15:10:40 +00:00
gitlab_schema.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00