4 Commits

Author SHA1 Message Date
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
Haroon Khan
2b68a32cb7 [JAVA-11197] Fix graphql-java Application class 2022-04-14 10:31:13 +01:00
Daniel Strmecki
c87c79e035 BAEL-5307: Move code from new module to existing (#11868) 2022-03-01 09:07:50 +00:00
Eric Martin
3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00