This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git
from a14a988503 CAUSEWAY-3676: renames some classes is all
add b5f44f5653 Merge pull request #2221 from apache/CAUSEWAY-3676
new f13e67a26e CAUSEWAY-3676: replaces Map of params with a simple List
new 41e1164c8d CAUSEWAY-3676: simplifies GDO a little
new b2d548bedd CAUSEWAY-3676: adds invoke.args
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../viewer/graphql/model/domain/Environment.java | 20 ++
.../graphql/model/domain/GqlvAbstractCustom.java | 7 +-
.../graphql/model/domain/GqlvActionInvoke.java | 13 +-
...ActionParams.java => GqlvActionInvokeArgs.java} | 63 ++----
.../model/domain/GqlvActionInvokeArgsArg.java | 100 +++++++++
.../model/domain/GqlvActionInvokeResult.java | 21 +-
.../graphql/model/domain/GqlvActionParams.java | 23 +-
.../model/domain/GqlvActionParamsParamHidden.java | 2 +-
.../graphql/model/domain/GqlvDomainObject.java | 48 ++---
.../graphql/model/domain/GqlvDomainService.java | 17 +-
.../viewer/graphql/model/domain/TypeNames.java | 4 +
...alculator_IntegTest.each.add_big_decimals._.gql | 4 +
...r_IntegTest.each.add_big_decimals.approved.json | 4 +
...Calculator_IntegTest.each.scenario_concat._.gql | 4 +
...or_IntegTest.each.scenario_concat.approved.json | 4 +
...ach.find_department_and_add_staff_members._.gql | 7 +
..._department_and_add_staff_members.approved.json | 7 +
....scenario_find_department_and_change_name._.gql | 7 +-
...o_find_department_and_change_name.approved.json | 6 +
....each.create_staff_member_with_department._.gql | 11 +
...eate_staff_member_with_department.approved.json | 11 +
viewers/graphql/test/src/test/resources/schema.gql | 232 +++++++++++++++++++++
22 files changed, 486 insertions(+), 129 deletions(-)
copy
viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvActionParams.java
=> GqlvActionInvokeArgs.java} (66%)
create mode 100644
viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvActionInvokeArgsArg.java