Commit Graph

6 Commits

Author SHA1 Message Date
Haroon Khan
3aae7a9bd9 [JAVA-11122] Logging clean up 2022-05-11 12:28:14 +01:00
Muhammad Abdullah Azam Khan
841c07b1a6 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
ea6e550ebd [JAVA-11197] Fix graphql-java Application class 2022-04-14 10:31:13 +01:00
Daniel Strmecki
69903e74bc BAEL-5307: Move code from new module to existing (#11868) 2022-03-01 09:07:50 +00:00
amit2103
d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
felipeazv
8da9bee6aa BAEL-1027: Introduction to GraphQL - initial commit (#2515)
* spring beans DI examples

* fix-1: shortening examples

* List of Rules Engines in Java

* BAEL-812: Openl-Tablets example added

* BAEL-812: artifacts names changed

* BAEL-812: moving rule-engines examples to rule-engines folder

* BAEL-812: removing evaluation article files

* BAEL-812: folder renamed

* BAEL-812: folder renamed

* BAEL-812: pom.xml - parent added

* BAEL-1027: Introduction to GraphQL - initial commit
2017-08-28 13:58:08 -07:00