Skip to content

Supporting custom pagination modes (other than connections or offset/limit) #445

Description

@Tamxaun

I'm using KeystoneJS graphql as my backend and they schema look like this:

items(
  where: ItemWhereInput! = {}
  orderBy: [ItemOrderByInput!]! = []
  take: Int
  skip: Int! = 0
): [item!]

KeystoneJS using take and skip instead of offset and limit. Is there a way to support those variable names?

Metadata

Metadata

Assignees

No one assigned

    Labels

    CoreIssues related to the core infrastructureEnhancementA new feature or improvement to Houdini's public API

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions