gitlab-org--gitlab-foss/app/graphql/types
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
..
ci Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
permission_types Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
base_enum.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
base_field.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
base_input_object.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
base_interface.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
base_object.rb Expose permissions on types in GraphQL 2018-06-28 13:50:17 +02:00
base_scalar.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
base_union.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
merge_request_type.rb Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
mutation_type.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
project_type.rb Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
query_type.rb Allow querying a single MR within a project 2018-06-15 14:38:32 +02:00
time_type.rb Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00