Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions model/description/graphql.json
Original file line number Diff line number Diff line change
@@ -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"
],
Comment thread
cursor[bot] marked this conversation as resolved.
"templates": [
"{{graphql.document}}",
"{{graphql.operation.type}} {{graphql.operation.name}}",
"{{graphql.operation.type}}",
"{{graphql.processing.type}}"
],
Comment thread
sentry[bot] marked this conversation as resolved.
"examples": ["query findBookById { bookById(id: ?) { name } }", "query findBookById", "query", "parse"]
}
]
}
Loading