UsefulLinks
Computer Science
API Technologies
GraphQL
1. Introduction to GraphQL
2. GraphQL Type System Fundamentals
3. Schema Definition Language
4. GraphQL Operations
5. Query Language Features
6. Schema Design and Architecture
7. Server Implementation
8. Client Implementation
9. Advanced GraphQL Concepts
10. GraphQL Federation and Composition
11. Testing and Quality Assurance
12. Development Tools and Ecosystem
13. Production Considerations
4.
GraphQL Operations
4.1.
Operation Types Overview
4.1.1.
Query Operations
4.1.2.
Mutation Operations
4.1.3.
Subscription Operations
4.1.4.
Operation Naming
4.1.5.
Operation Structure
4.2.
Query Operations
4.2.1.
Query Syntax
4.2.2.
Field Selection
4.2.3.
Nested Field Selection
4.2.4.
Query Execution Model
4.2.5.
Query Response Structure
4.2.6.
Query Validation
4.3.
Mutation Operations
4.3.1.
Mutation Syntax
4.3.2.
Mutation Field Selection
4.3.3.
Mutation Execution Order
4.3.4.
Mutation Response Structure
4.3.5.
Mutation Side Effects
4.3.6.
Mutation Best Practices
4.4.
Subscription Operations
4.4.1.
Subscription Syntax
4.4.2.
Subscription Field Selection
4.4.3.
Subscription Event Streams
4.4.4.
Subscription Lifecycle
4.4.5.
Subscription Transport
Previous
3. Schema Definition Language
Go to top
Next
5. Query Language Features