gitlab-org--gitlab-foss/spec/graphql
Bob Van Landuyt 04b046587f Add pipeline lists to GraphQL
This adds Keyset pagination to GraphQL lists. PoC for that is
pipelines on merge requests and projects.

When paginating a list, the base-64 encoded id of the ordering
field (in most cases the primary key) can be passed in the `before` or
`after` GraphQL argument.
2018-07-04 10:53:39 +02:00
..
resolvers Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
types Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
gitlab_schema_spec.rb Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00