Skip to content

Commit

Permalink
Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 3, 2025
1 parent 30c931a commit e391465
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,16 @@ export default {
introspection: {
"__schema": {
"queryType": {
"name": "Query"
"name": "Query",
"kind": "OBJECT"
},
"mutationType": {
"name": "Mutation"
"name": "Mutation",
"kind": "OBJECT"
},
"subscriptionType": {
"name": "Subscription"
"name": "Subscription",
"kind": "OBJECT"
},
"types": [
{
Expand Down

0 comments on commit e391465

Please sign in to comment.