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 1a14c3d7fe CAUSEWAY-3676: standardizs registerTypesInto...
new c6623b9316 CAUSEWAY-3676: renames GqlvAction to ...ActionSimple;
reduce visibility of methods in GqlvMutations
new 661bd8f1b4 CAUSEWAY-3676: sketched out ActionInvoke
new dae5d4f448 wip on action invoke ; getting duplicate type created
new 4ebbef81c8 CAUSEWAY-3676: fixes action invoke
new 260d8e94f0 CAUSEWAY-3676: removes ActionSimple
The 5 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/GqlvAction.java | 209 +--
.../{GqlvAction.java => GqlvActionInvoke.java} | 115 +-
.../model/domain/GqlvActionInvokeHolder.java | 9 +
.../graphql/model/domain/GqlvAssociation.java | 4 +-
.../graphql/model/domain/GqlvDomainObject.java | 45 +-
.../graphql/model/domain/GqlvDomainService.java | 28 +-
.../viewer/graphql/model/domain/GqlvMember.java | 21 +-
.../viewer/graphql/model/domain/GqlvMutations.java | 69 +-
.../model/registry/GraphQLTypeRegistry.java | 12 +-
.../viewer/graphql/model/util/TypeNames.java | 14 +-
.../e2e/Domain_IntegTest.create_department._.gql | 6 +-
...omain_IntegTest.create_department.approved.json | 4 +-
.../Domain_IntegTest.find_all_departments._.gql | 12 +-
...in_IntegTest.find_all_departments.approved.json | 32 +-
...IntegTest.find_department_and_change_name._.gql | 16 +-
...t.find_department_and_change_name.approved.json | 12 +-
.../test/e2e/Schema_IntegTest.schema.approved.json | 1960 +++++++++++++++-----
...chema_IntegTest.schema_types_name.approved.json | 300 ++-
.../graphql/test/src/test/resources/schema.gql | 624 +++++--
.../integration/GraphQlSourceForCauseway.java | 12 +-
.../graphql/viewer/toplevel/GqlvTopLevelQuery.java | 6 +-
21 files changed, 2440 insertions(+), 1070 deletions(-)
copy
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvAction.java
=> GqlvActionInvoke.java} (85%)
create mode 100644
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvActionInvokeHolder.java