Prior to this commit, a Spring GraphQL application would need to implement `WebMvcConfigurer` or `WebFluxConfigurer` to register a specific CORS configuration and map it to the GraphQL endpoint. This commit adds new configuration properties under the `spring.graphql.cors.*` namespace that helps configuring CORS for the GraphQL endpoint. Closes gh-26