Making your GraphQL schema publicly visible without introspection is now possible with Apollo Studio. To make this happen, navigate to the Settings page for your graph in Apollo Studio and set a variant as "public" under the Access tab. This allows anyone with the public link to access the README, schema reference, changelog, and Explorer. The public view will appear as previewed by clicking the Public icon in the top nav. Note that when a specific graph variant is marked as "public", any unauthenticated user on the internet can access its schema, but accessing endpoint data may require authentication. By making your graph public, you get a better UX for new developers, with automatic access to documentation and changelogs, and the ability to be specific about what you share externally, such as approved production variants versus private pre-production variants.