java-tutorials/graphql
Muhammad Abdullah Azam Khan ce2839b058 Return Map from GraphQL (#11966)
* Return Map from GraphQL

Three techniques have been used

1. Return as Json String
2. Return Json using GraphQL scalar type
3. Return as list of key-value pair

* Adding custom scalar in plugin configuration

* Build failure fix
1. Integrating the .graphqls files
2. Updating the respective query resolvers

* Build failure Fix

1. Removed the extra .graphql file

2. Added ExtendedGraphQLScalarType class because the parent class didn't 
have default constructor and the client code generation plugin was 
requiring it.

* Code refactoring

* Code refactoring
2022-04-21 17:31:36 +05:30
..
graphql-dgs JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
graphql-error-handling Bael-5306: graphql error handling (#12041) 2022-04-15 08:49:56 +02:00
graphql-java Return Map from GraphQL (#11966) 2022-04-21 17:31:36 +05:30
graphql-spqr Create README.md 2022-03-31 14:01:49 +08:00