Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

03 API Design

❯

01 Concept

❯

GraphQL Core Concepts

GraphQL Core Concepts

Feb 10, 20261 min read

  • api
  • graphql
  • core-concepts

GraphQL Core Concepts

← Back to GraphQL

Schema defines the API contract, queries fetch data, mutations modify data, subscriptions push real-time updates, and resolvers implement the data fetching logic for each field. A single endpoint serves all operations.

Key Properties

  • Schema Definition Language
  • Query and Mutation Operations
  • Resolver Functions

Related

  • GraphQL Type System (schema typing)
  • GraphQL Federation (distributed schemas)

api graphql core-concepts


Graph View

  • GraphQL Core Concepts
  • Key Properties
  • Related

Backlinks

  • GraphQL
  • GraphQL Federation
  • GraphQL Type System
  • Schema Definition Language

Created with Quartz v4.5.2 © 2026

  • GitHub