diff --git a/model/description/graphql.json b/model/description/graphql.json new file mode 100644 index 00000000..1e543fd4 --- /dev/null +++ b/model/description/graphql.json @@ -0,0 +1,31 @@ +{ + "brief": "GraphQL", + "operations": [ + { + "name": "GraphQL", + "brief": "Any and all operations that fall under GraphQL", + "ops": [ + "http.graphql", + "http.graphql.query", + "http.graphql.mutation", + "http.graphql.subscription", + "graphql", + "graphql.execute", + "graphql.parse", + "graphql.resolve", + "graphql.request", + "graphql.query", + "graphql.mutation", + "graphql.subscription", + "graphql.validate" + ], + "templates": [ + "{{graphql.document}}", + "{{graphql.operation.type}} {{graphql.operation.name}}", + "{{graphql.operation.type}}", + "{{graphql.processing.type}}" + ], + "examples": ["query findBookById { bookById(id: ?) { name } }", "query findBookById", "query", "parse"] + } + ] +}