From ab1183a2ece27615ea379da50e3053efde64e2af Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 22 Sep 2021 09:47:31 +0200 Subject: [PATCH] default_query: write ops now work --- gitsrht/default_query.graphql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitsrht/default_query.graphql b/gitsrht/default_query.graphql index 68231bb..0ddaa07 100644 --- a/gitsrht/default_query.graphql +++ b/gitsrht/default_query.graphql @@ -23,8 +23,7 @@ query { # Also fetch the API version. Please note that the GraphQL API is considered # experimental: as long as this returns 0.0.0, the API is subject to change - # without notice. Some features may not be working; notably, all write - # operations are presently unsupported. + # without notice. version { major, minor, patch } -- 2.38.4