Skip to content

Instantly share code, notes, and snippets.

@natthasath
Created July 3, 2024 06:44
Show Gist options
  • Save natthasath/12dd37166e5f2a88be1786997e834f87 to your computer and use it in GitHub Desktop.
Save natthasath/12dd37166e5f2a88be1786997e834f87 to your computer and use it in GitHub Desktop.
object-type-graphql.md
ObjectType Description
Query Root type for read operations
Mutation Root type for write operations
Subscription Root type for real-time updates
User Represents a user entity in the system
Post Represents a post or article
Comment Represents a comment on a post or article
Product Represents a product in an e-commerce system
Order Represents an order placed by a user
Category Represents a category or tag for organizing content
Invoice Represents an invoice for a purchase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment