Refactor all scalar values at Apollo root level
Change these queries to get values from a data structure.
app/assets/javascripts/pipeline_editor/graphql/queries/client/app_status.graphql
app/assets/javascripts/pipeline_editor/graphql/queries/client/current_branch.graphql
app/assets/javascripts/pipeline_editor/graphql/queries/client/last_commit_branch.query.graphql
app/assets/javascripts/pipeline_editor/graphql/queries/client/pipeline_etag.graphql
Move app/assets/javascripts/pipeline_editor/graphql/queries/client/pipeline.graphql
out of the client folder
We are going to need to update app/assets/javascripts/pipeline_editor/index.js
default values as well.
This will help with the follow-up issue, which is to add typeDefs to all local queries and mutations.