TIL HOWTO Generate the GitLab GraphQL Schema
(This assumes some familiarity with feature development for GitLab.)
The GitLab GraphQL schema can be generated with:
bundle exec rake gitlab:graphql:schema:dump
Read more in the docs on generating the GraphQL schema.
ℹ️ About this TIL snippet: Created 2023-10-15T23:03:06-04:00 · View the source