Skip to content

Commit da097b8

Browse files
committed
Update graphql schema once again
Somehow my local version did not match CI/CD.
1 parent e38f226 commit da097b8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

front/graphql.schema.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
"__schema": {
33
"queryType": {
4-
"name": "Query",
5-
"kind": "OBJECT"
4+
"name": "Query"
65
},
76
"mutationType": {
8-
"name": "Mutation",
9-
"kind": "OBJECT"
7+
"name": "Mutation"
108
},
119
"subscriptionType": {
12-
"name": "Subscription",
13-
"kind": "OBJECT"
10+
"name": "Subscription"
1411
},
1512
"types": [
1613
{

0 commit comments

Comments
 (0)