Tag: Documentation
-
Changing Default Welcome Screen of GraphiQL
0 I am working on documenting my graphQL endpoints so that they show on the GraphiQL IDE. I am using the springboot spring-boot-starter-graphql, version 3.1.1 package which includes graphiQL. So far I have been using comments in my graphql schema files so that they generate in the docs section. The part I am stuck on…