GraphQL
GraphQL queries Dialogporten supports
Dialogporten supports a read-only GraphQL API for end-users. The endpoints are:
Environment | URL |
---|---|
Test | https://altinn-dev-api.azure-api.net/dialogporten/graphql |
Staging | https://platform.tt02.altinn.no/dialogporten/graphql |
Production | https://platform.altinn.no/dialogporten/graphql |
Local development
When running locally, a GraphQL frontend (Banana Cake Pop) is available at http://localhost:5181/graphql/. See README.md for more information about running Dialogporten locally.
Read more