Skip to main content
  • To create a new module, head to the Modules section in the project console.
sidebar-module
  • Click Create Module and this will typically launch a form to define your module’s details.
  • Enter a name and description that identifies the purpose and functionality of this module (e.g., “user-management,” “product-catalog”).
module-details
  • Specify a common API route for the module. This will serve as the base URL for all API endpoints within the module.
  • Click on Create Module and your module will be created.
module-api
  • Once created, you can start adding API routes and GraphQL APIs to the module as needed.

Supported API Architecture

Here, you can find the list of supported API Architectures.
  1. Constructing Url Patterns