Open
Description
The GraphQL part is outdated: https://divvun.github.io/divvun-api/#_graphql
Running the code returns an error:
curl -X POST -H 'Content-Type: application/json' -i 'https://api-giellalt.uit.no/graphql' --data '{ "query": "query { suggestions(text: \"pákhat\", language: \"se\") { speller { isCorrect }, grammar { errs { startIndex endIndex errorCode description suggestions title } } } }" }'
HTTP/2 200
content-type: application/json
date: Tue, 14 May 2024 08:09:23 GMT
server: Caddy
content-length: 111
{"errors":[{"message":"Unknown field \"isCorrect\" on type \"Speller\"","locations":[{"line":1,"column":65}]}]}%