Relative Content

Tag Archive for documentationbean-validationgraphql-javagraphql-schemagraphql-spqr-spring-boot-starter

GraphQL schema documentation based on SPQR and JSR 303 annotations

I’m using the SPQR Spring Boot for GraphQL. My requirement is that if I have JSR-303/380 annotations in the POJO classes, it should be added as comments in the generated schema. Is there any mechanism to achieve this? My expectation is similar to what springdoc(OpenApi) does with the JSR annotation in POJOs while generating the API schema.