island.is GraphQL Gateway

Single GraphQL gateway at api.island.is wrapping internal REST microservices that power island.is applications. The gateway is authentication-gated (island.is identity server / IdS scopes) and returns 404 to anonymous probes. API design conventions are documented in the Digital Iceland handbook.

API entry from apis.yml

apis.yml Raw ↑
aid: island-is:graphql
name: island.is GraphQL Gateway
description: Single GraphQL gateway at api.island.is wrapping internal REST microservices that power island.is
  applications. The gateway is authentication-gated (island.is identity server / IdS scopes) and returns
  404 to anonymous probes. API design conventions are documented in the Digital Iceland handbook.
humanURL: https://docs.devland.is/
baseURL: https://api.island.is
tags:
- GraphQL
- API Gateway
- Authentication
properties:
- type: Documentation
  url: https://docs.devland.is/
- type: x-graphql-endpoint
  url: https://api.island.is
- type: x-graphql-conventions
  url: https://docs.devland.is/technical-overview/api-design-guide/graphql-naming-conventions.md