java-tutorials/graphql/graphql-java/src
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
..
main Return Map from GraphQL (#11966) 2022-04-21 17:31:36 +05:30
test/java/com/baeldung/graphql BAEL-5307: Move code from new module to existing (#11868) 2022-03-01 09:07:50 +00:00