Projects GraphQL query not respecting `first` when not signed in with SAML
Background
Related to #461083 (closed).
In we are working on moving Your work -> Projects from HAML/vanilla JS to Vue with a GraphQL data source.
How to reproduce
On staging.gitlab.com
- Enable the
your_work_projects_vuefeature flag for your username in chatops./chatops run feature set --user=<your username> your_work_projects_vue true --dev --pre --staging --staging-ref - Sign into GitLab Staging without SAML
- Go to https://staging.gitlab.com/dashboard/projects/member
- It will display less than 20 projects even though the
firstargument is set to20 - Use the pagination, it will continue to display less than
20projects - Sign in with SAML
- Navigate back to https://staging.gitlab.com/dashboard/projects/member
- It will always display 20 projects even when using SAML
Edited by Peter Hegman