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 46f7ec544e CAUSEWAY-3676 : tests failing, abandon
new 203efa77b5 CAUSEWAY-3676: refactorings
new 4c5c72b046 CAUSEWAY-3676: introduces GraphQLTypeRegistry
new 4a9d70bb6f CAUSEWAY-3676: uses overload
new 42c71408d3 CAUSEWAY-3676: removes unused overload
new b1e45ef5a6 CAUSEWAY-3676: removes unused overloads
new 35da048596 CAUSEWAY-3676: trivial
new d849118afa CAUSEWAY-3676: wip to considolate gqlvObjectSpec's two
declarations of gqlObjectType
new 109d62ddec CAUSEWAY-3676: wip to considolate gqlvObjectSpec's two
declarations of gqlObjectType (2)
new 5855ba894b CAUSEWAY-3676: inlines utility method
new 16b343bc2d CAUSEWAY-3676: inlines vars obtained from gqlvObjectSpec
new 8e8ec2d00f CAUSEWAY-3676: creates metaField within GqlvObjectSpec
The 11 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:
...ayViewerGraphqlTestModuleIntegTestAbstract.java | 8 +-
.../test/schema/GqlSchema_print_IntegTest.java | 5 +-
.../graphql/viewer/src/main/java/module-info.java | 1 +
...ecutionStrategyResolvingWithinInteraction.java} | 4 +-
.../ExecutionGraphQlServiceForCauseway.java} | 4 +-
.../GraphQlSourceForCauseway.java | 24 +++---
.../viewer/source/{GqlMeta.java => GqlvMeta.java} | 5 +-
.../{GqlMutations.java => GqlvMutations.java} | 2 +-
.../graphql/viewer/source/GqlvObjectSpec.java | 41 +++++----
.../graphql/viewer/source/GraphQLTypeRegistry.java | 98 ++++++++++++++++++++++
.../graphql/viewer/source/ObjectTypeFactory.java | 94 ++++++---------------
.../graphql/viewer/source/_GraphQLObjectType.java | 41 ---------
12 files changed, 179 insertions(+), 148 deletions(-)
rename
incubator/viewers/graphql/viewer/src/main/java/org/apache/causeway/viewer/graphql/viewer/{source/ExecutionStrategyResolvingWithinInteraction.java
=> integration/AsyncExecutionStrategyResolvingWithinInteraction.java} (92%)
rename
incubator/viewers/graphql/viewer/src/main/java/org/apache/causeway/viewer/graphql/viewer/{source/GraphQlServiceForCauseway.java
=> integration/ExecutionGraphQlServiceForCauseway.java} (93%)
rename
incubator/viewers/graphql/viewer/src/main/java/org/apache/causeway/viewer/graphql/viewer/{source
=> integration}/GraphQlSourceForCauseway.java (88%)
rename
incubator/viewers/graphql/viewer/src/main/java/org/apache/causeway/viewer/graphql/viewer/source/{GqlMeta.java
=> GqlvMeta.java} (96%)
rename
incubator/viewers/graphql/viewer/src/main/java/org/apache/causeway/viewer/graphql/viewer/source/{GqlMutations.java
=> GqlvMutations.java} (97%)
create mode 100644
incubator/viewers/graphql/viewer/src/main/java/org/apache/causeway/viewer/graphql/viewer/source/GraphQLTypeRegistry.java
delete mode 100644
incubator/viewers/graphql/viewer/src/main/java/org/apache/causeway/viewer/graphql/viewer/source/_GraphQLObjectType.java