Skip to main content

Backend Subgraph Reference

The su-backend subgraph provides core backend platform services.

Subgraph Information

  • Name: su-backend
  • Routing URL: https://y5mg53yiuk.execute-api.us-west-2.amazonaws.com/poc/graphql
  • Last Updated: 2023-10-13
  • SDL: View Schema

Overview

Core platform functionality and base services.

Root Query Fields

extend type Query {
  platform: Platform!
}

Platform Query

The platform query provides access to platform version information and client configuration.