GraphQL

GraphQL

Infinite scrolling in Apollo GraphQL and GraphQL-ruby

Add infinite scrolling load data continuously and eliminating the need for pagination in Apollo GraphQL and GraphQL-ruby

Read
GraphQL

Polymorphic types with GraphQL-ruby

Polymorphic types in Rails are used to add belongs to many associations. GraphQL-ruby resolves polymorphic types using Union"

Read
GraphQL

Cursor based Relay-style pagination in GraphQL-ruby

Add cursor based Relay-style pagination in GraphQL queries to restrict the amount of data fetched by the query

Read
GraphQL

Offset based pagination in GraphQL-ruby

Add offset based pagination in GraphQL queries to restrict the amount of data fetched by the query

Read