Skip to content

Commit

Permalink
Make correct query
Browse files Browse the repository at this point in the history
  • Loading branch information
albbas committed Feb 10, 2022
1 parent 7e5a09c commit db2f7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemmatised.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"variables": {
"lookupString": "biiladoaibmandiliide"
},
"query": "query Lemmatised($lookupString: String!) { lemmatised(lookupString: $lookupString) { language wordforms analyses } }"
"query": "query Lemmatised($lookupString: String!) { lemmatised(lookupString: $lookupString) { language wordforms analyses { analysis weight } } }"
}

0 comments on commit db2f7d1

Please sign in to comment.