ObjectsGrid
  • Documentation
    • Core Concepts
    • Usage Guide
      • Quick Start
      • Authentication and Authorization
      • Access Control via ABAC
      • GraphQL API Examples
      • Login with Google app setup
      • Objects Schemas
    • OBJECTS GRID Objects
      • Generic Object
        • GenericObjects REST API
      • Enum Object
        • Enum Object REST API
      • ProductCatalog Object
      • ProductGroup Object
      • Product Object
      • Brand Object
        • Brands REST API
      • Language-Tagged String
      • Tags Object
      • Meta Object
    • Private Objects
      • Auth
        • Tokens REST API
      • ABAC Policy
        • ABACPolicies REST API
      • Organization Account
        • OrganizationAccounts REST API
      • User Account
        • UserAccounts REST API
      • Service Account
        • ServiceAccounts REST API
      • Access Logging
        • AccessLogEntries REST API
  • Support
    • Terms and Conditions
  • Blogs
    • Attribute Based Access Control
    • ABAC vs RBAC
Powered by GitBook
On this page

Was this helpful?

  1. Documentation

OBJECTS GRID Objects

Grid Objects for you to use.

PreviousObjects SchemasNextGeneric Object

Last updated 1 month ago

Was this helpful?

ObjectsGrid provides standardized objects designed to help you deliver business value efficiently. You can mix and match these objects to fit your specific needs, seamlessly integrating them into your composable architecture.

Composable architecture is a modular software design approach where independent, reusable components are dynamically assembled, enabling flexibility, scalability, and easy maintenance.

GraphQL API

GraphQL is ObjectsGrid's preferred way of working with Objects; REST APIs are secondary. GraphQL is a query language used in one GraphQL API endpoint that lets you fetch only the data you need, reducing over-fetching and under-fetching. Its strong type system and ability to aggregate data from multiple objects types in one request makes it very efficient and flexible for modern applications.

Use this link to open ObjectsGrid's GraphQL IDE:

For examples, refer to page.

Objects Grid GraphQL Playground
GraphQL API Examples