Skip to content

Instantly share code, notes, and snippets.

@maniish-jaiin
Created May 2, 2020 17:01
Show Gist options
  • Save maniish-jaiin/4680fb7900dcd0836fdf4bd7fda4aa9e to your computer and use it in GitHub Desktop.
Save maniish-jaiin/4680fb7900dcd0836fdf4bd7fda4aa9e to your computer and use it in GitHub Desktop.
@Configuration
class GraphQLConfig() {
@Bean
fun schemaParserDictionary(): SchemaParserDictionary {
return SchemaParserDictionary()
.add(IBike::class)
.add(ICar::class)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment