graphql-docs-verify fails with "GraphQL documentation is outdated! Please update it by running `bundle exec rake gitlab:graphql:compile_docs`."
Job #323225969 failed for b7e6df1a:
We have a new graphql-docs-verify job that fails when run in gitlab-foss.
The job should be disabled from running on gitlab-foss, as it runs a rake task that checks whether the docs need to be updated by comparing the GraphQL Schema against the documentation, which will be different in -foss because it’s missing all the EE-prepended schema.
Related MRs
!18549 (merged) introduced the change
Related issues
#30083 (closed) discusses the issue of how to annotate the docs for EE-specific schema
Edited by Luke Duncalfe