We are using a monorepo with the strapi server in it. But if you are using a graphql codegen you cannot reference a schema.graphql file, instead you have to reference the strapi graphql endpoint which is not available in the CI.
It would be very helpful if strapi would write the schema to the file system on every change, so that it can life in the repo as well.