Skip to main content

Overview

The GraphQL API exposes a variety of services related to the hosting and usage of publications for the De Marque ecosystem.

About GraphQL

GraphQL is an API style based on HTTP that allows for more flexible queries, while enforcing a strict schema. Queries can be made using any normal HTTP tool or using specialized tools.

Responses will always return JSON.

You can read about the basics of GraphQL on the official website.

Endpoint

The URL at which the GraphQL API can be reached is https://api.demarque.dev/graphql

Introspection

Introspection is enabled on our API, which means that most GraphQL-aware tools can provide context and integrated documentation.

Getting Started

Read about Authentication and make your first API call.

Explore the concept of namespaces, which is how we organize the content.