HOPEX GraphQL

Sign in to download the module

Summary

The GraphQL module in HOPEX is an API layer that exposes HOPEX data and functionalities through the GraphQL query language. Instead of relying on traditional REST endpoints, it allows clients to request exactly the data they need from the HOPEX repository in a single query. This module is designed to make integration with external applications, dashboards, and custom tools more efficient and flexible.

Key characteristics:

  • Single endpoint: All queries and mutations go through one endpoint.
  • Schema-driven: The API is self-describing, meaning clients can explore available types and fields dynamically.
  • Supports queries and mutations: You can read data (queries) and update/create data (mutations) in HOPEX.
  • Fine-grained control: Clients specify exactly which attributes and relationships they want, reducing over-fetching or under-fetching.

Documentation

GraphQL endpoints

ID

hopex.graphql
Latest version
62.2.0+40
Published date
12/10/2025
Kind
WebService
Type
AddOn
Publisher
MEGA International
Tags
-
License
Dependencies