--input-schema-changes-file includes graph queries from files #10
Labels
enhancement
New feature or request
module: GraphQL changes
Changes module, applies changes to the GraphQL schema post generation
The changes json file can include new graphql queries and mutations based on custom graph queries like:
The issue is that the graph query needs to be flattened to a single line. When the graph query has multiple lines, it is difficult to author.
The proposal is to add to the changer statement the option of including a graph query from a file like:
The file my-query-file-name will include a readable graph query, including CRs
The text was updated successfully, but these errors were encountered: