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 c66cea4ad8 CAUSEWAY-3676: still working on supporting mutators type in
Domain ObjectService
new 67fa1c83ef CAUSEWAY-3676: moves fetchers for meta and mutations
alongside
new dd1c93691d CAUSEWAY-3676: inlines Fetcher for GqlvMeta
new 25afb0d549 CAUSEWAY-3676: trivial inlining
new f32537bd32 CAUSEWAY-3676: renames input type
new 50a218ca4b CAUSEWAY-3676: renames mutation type
new a3726cc126 CAUSEWAY-3676: makes ObjectTypeBuilder accessible for the
Holder interfaces
new eb677677c5 CAUSEWAY-3676: still working on mutators
The 7 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:
.../graphql/model/src/main/java/module-info.java | 1 -
.../viewer/graphql/model/domain/GqlvAction.java | 3 -
.../graphql/model/domain/GqlvDomainObject.java | 42 +-
.../graphql/model/domain/GqlvDomainService.java | 36 +-
.../graphql/model/domain/GqlvMemberHolder.java | 8 +
.../viewer/graphql/model/domain/GqlvMeta.java | 114 +-
.../{GqlvMutators.java => GqlvMutations.java} | 63 +-
.../GqlvMutationsFetcher.java} | 4 +-
...utatorsHolder.java => GqlvMutationsHolder.java} | 7 +-
.../viewer/graphql/model/parts/GqlvMeta.java | 62 -
.../viewer/graphql/model/util/TypeNames.java | 12 +-
.../test/e2e/Schema_IntegTest.schema.approved.json | 1978 ++++++++++----------
...chema_IntegTest.schema_types_name.approved.json | 190 +-
.../graphql/test/src/test/resources/schema.gql | 194 +-
.../integration/GraphQlSourceForCauseway.java | 2 +-
15 files changed, 1348 insertions(+), 1368 deletions(-)
rename
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvMutators.java
=> GqlvMutations.java} (52%)
rename
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/{parts/GqlvMutations.java
=> domain/GqlvMutationsFetcher.java} (92%)
rename
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/{GqlvMutatorsHolder.java
=> GqlvMutationsHolder.java} (63%)
delete mode 100644
incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/parts/GqlvMeta.java