GraphQL + OWL: An “Ontologized” GraphQL Interface

Introduction This article describes a proposal for a GraphQL OWL-compliant interface, including queries and mutations. Instead of dealing with abstract OWL concepts, we reference a popular ontology, BIBFRAME, used in structuring bibliographic descriptions. We will go through a brief synthetic overview of GraphQL and BIBFRAME and then describe the proposal. Note the article has nothing to do […]
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.