GraphQL + OWL: Mutations

In the fourth of our GraphQL + OWL series, we design the “write” side of the system: in GraphQL, Mutations. Mutations, as the name suggests, allow the manipulation of data.
GraphQL + OWL: Types & Fields

The third part of our “GraphQL + OWL” series deals with types and properties, which are the building blocks of ontology and GraphQL.
GraphQL + OWL: Namespaces

In this article, we begin the implementation of a system providing a GraphQL interface on top of an arbitrary set of ontologies.
GraphQL + OWL: An “Ontologized” GraphQL Interface

This post describes a proposal for implementing a GraphQL interface over an arbitrary OWL. The article uses BIBFRAME as a reference ontology.
Spring Boot, GraphQL, TestContainers, PostgreSQL: Minimal Setup

This tip provides a minimalistic quickstart code for setting up a module using Spring Boot, GraphQL, PostgreSQL, and TestContainers.
GraphQL Custom Directives

Within this article we will explore how to implement custom GraphQL directives to protect content from exposure through your API.
A GraphQL Mediator For Implementing A Hybrid Search API Layer

This article describes a design of a mediation layer that implements a hybrid search API through GraphQL.
GraphQL, REST: Take the Best of Both

Lessons learned, thoughts, about GraphQL and REST, the two most popular API paradigms