Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 455 Bytes

File metadata and controls

11 lines (7 loc) · 455 Bytes

Services

This directory contains the application's services.

Service Design Goals

Each service is designed to achieve the following design goals:

  • Serve as the primary location for business logic.
  • Be protocol agnostic, i.e., be capable of use in both REST and GraphQL contexts (no request/response handling).
  • Provide single points of entry for logical use cases which involve multiple model-method invocations.