tags: graphql Design Patterns Sorting options enum OrderBy { asc desc } Pagination type Pagination { limit: Int offset: Int }