This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3676 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 5e0103e4f113427938e410318fbc283c9b86066b Author: danhaywood <[email protected]> AuthorDate: Sat Jan 20 17:55:56 2024 +0000 CAUSEWAY-3676: makes names of types slightly shorter --- .../graphql/model/domain/GqlvDomainObjectMeta.java | 2 +- .../model/domain/GqlvDomainObjectMutators.java | 2 +- .../test/e2e/Schema_IntegTest.schema.approved.json | 212 ++++++++++----------- ...chema_IntegTest.schema_types_name.approved.json | 106 +++++------ .../graphql/test/src/test/resources/schema.gql | 212 ++++++++++----------- 5 files changed, 267 insertions(+), 267 deletions(-) diff --git a/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMeta.java b/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMeta.java index d5319ead92..ea43a45056 100644 --- a/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMeta.java +++ b/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMeta.java @@ -69,7 +69,7 @@ public class GqlvDomainObjectMeta { } private GraphQLObjectType metaType() { - val metaTypeBuilder = newObject().name(domainObject.getLogicalTypeNameSanitized() + "__DomainObject_meta"); + val metaTypeBuilder = newObject().name(domainObject.getLogicalTypeNameSanitized() + "__meta"); metaTypeBuilder.field(GqlvDomainObjectMeta.Fields.id); metaTypeBuilder.field(GqlvDomainObjectMeta.Fields.logicalTypeName); if (domainObject.getBeanSort() == BeanSort.ENTITY) { diff --git a/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMutators.java b/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMutators.java index b523344b82..c64d0cf46b 100644 --- a/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMutators.java +++ b/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/domain/GqlvDomainObjectMutators.java @@ -33,7 +33,7 @@ public class GqlvDomainObjectMutators implements GqlvActionHolder { this.domainObject = domainObject; this.codeRegistryBuilder = codeRegistryBuilder; - mutatorsTypeBuilder = newObject().name(this.domainObject.getLogicalTypeNameSanitized() + "__DomainObject_mutators"); + mutatorsTypeBuilder = newObject().name(this.domainObject.getLogicalTypeNameSanitized() + "__mutators"); } diff --git a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema.approved.json b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema.approved.json index 8156430cfb..de2b263869 100644 --- a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema.approved.json +++ b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema.approved.json @@ -1887,7 +1887,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_DomainObjectList__DomainObject_meta", + "name" : "causeway_applib_DomainObjectList__meta", "ofType" : null }, "isDeprecated" : false, @@ -1962,7 +1962,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_DomainObjectList__DomainObject_meta", + "name" : "causeway_applib_DomainObjectList__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2009,7 +2009,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_FacetGroupNode__DomainObject_meta", + "name" : "causeway_applib_FacetGroupNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -2036,7 +2036,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_FacetGroupNode__DomainObject_meta", + "name" : "causeway_applib_FacetGroupNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2083,7 +2083,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_ParameterNode__DomainObject_meta", + "name" : "causeway_applib_ParameterNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -2125,7 +2125,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_ParameterNode__DomainObject_meta", + "name" : "causeway_applib_ParameterNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2172,7 +2172,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_PropertyNode__DomainObject_meta", + "name" : "causeway_applib_PropertyNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -2228,7 +2228,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_PropertyNode__DomainObject_mutators", + "name" : "causeway_applib_PropertyNode__mutators", "ofType" : null }, "isDeprecated" : false, @@ -2240,7 +2240,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_PropertyNode__DomainObject_meta", + "name" : "causeway_applib_PropertyNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2279,7 +2279,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_PropertyNode__DomainObject_mutators", + "name" : "causeway_applib_PropertyNode__mutators", "description" : null, "fields" : [ { "name" : "streamChildNodes", @@ -2307,7 +2307,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_RoleMemento__DomainObject_meta", + "name" : "causeway_applib_RoleMemento__meta", "ofType" : null }, "isDeprecated" : false, @@ -2349,7 +2349,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_RoleMemento__DomainObject_meta", + "name" : "causeway_applib_RoleMemento__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2396,7 +2396,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_TypeNode__DomainObject_meta", + "name" : "causeway_applib_TypeNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -2423,7 +2423,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_TypeNode__DomainObject_meta", + "name" : "causeway_applib_TypeNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2470,7 +2470,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_UserMemento__DomainObject_meta", + "name" : "causeway_applib_UserMemento__meta", "ofType" : null }, "isDeprecated" : false, @@ -2623,7 +2623,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_UserMemento__DomainObject_meta", + "name" : "causeway_applib_UserMemento__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2690,7 +2690,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_node_ActionNode__DomainObject_meta", + "name" : "causeway_applib_node_ActionNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -2746,7 +2746,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_node_ActionNode__DomainObject_mutators", + "name" : "causeway_applib_node_ActionNode__mutators", "ofType" : null }, "isDeprecated" : false, @@ -2758,7 +2758,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_node_ActionNode__DomainObject_meta", + "name" : "causeway_applib_node_ActionNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2797,7 +2797,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_node_ActionNode__DomainObject_mutators", + "name" : "causeway_applib_node_ActionNode__mutators", "description" : null, "fields" : [ { "name" : "streamChildNodes", @@ -2825,7 +2825,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_node_CollectionNode__DomainObject_meta", + "name" : "causeway_applib_node_CollectionNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -2881,7 +2881,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_node_CollectionNode__DomainObject_mutators", + "name" : "causeway_applib_node_CollectionNode__mutators", "ofType" : null }, "isDeprecated" : false, @@ -2893,7 +2893,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_node_CollectionNode__DomainObject_meta", + "name" : "causeway_applib_node_CollectionNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -2932,7 +2932,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_node_CollectionNode__DomainObject_mutators", + "name" : "causeway_applib_node_CollectionNode__mutators", "description" : null, "fields" : [ { "name" : "streamChildNodes", @@ -2960,7 +2960,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_node_FacetAttrNode__DomainObject_meta", + "name" : "causeway_applib_node_FacetAttrNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -3002,7 +3002,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_node_FacetAttrNode__DomainObject_meta", + "name" : "causeway_applib_node_FacetAttrNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3049,7 +3049,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_applib_node_FacetNode__DomainObject_meta", + "name" : "causeway_applib_node_FacetNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -3091,7 +3091,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_applib_node_FacetNode__DomainObject_meta", + "name" : "causeway_applib_node_FacetNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3158,7 +3158,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_conf_ConfigurationProperty__DomainObject_meta", + "name" : "causeway_conf_ConfigurationProperty__meta", "ofType" : null }, "isDeprecated" : false, @@ -3200,7 +3200,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_conf_ConfigurationProperty__DomainObject_meta", + "name" : "causeway_conf_ConfigurationProperty__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3247,7 +3247,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_conf_ConfigurationViewmodel__DomainObject_meta", + "name" : "causeway_conf_ConfigurationViewmodel__meta", "ofType" : null }, "isDeprecated" : false, @@ -3304,7 +3304,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_conf_ConfigurationViewmodel__DomainObject_meta", + "name" : "causeway_conf_ConfigurationViewmodel__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3351,7 +3351,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationFeatureViewModel__DomainObject_meta", + "name" : "causeway_feat_ApplicationFeatureViewModel__meta", "ofType" : null }, "isDeprecated" : false, @@ -3408,7 +3408,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationFeatureViewModel__DomainObject_meta", + "name" : "causeway_feat_ApplicationFeatureViewModel__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3455,7 +3455,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationNamespace__DomainObject_meta", + "name" : "causeway_feat_ApplicationNamespace__meta", "ofType" : null }, "isDeprecated" : false, @@ -3512,7 +3512,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationNamespace__DomainObject_meta", + "name" : "causeway_feat_ApplicationNamespace__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3559,7 +3559,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationType__DomainObject_meta", + "name" : "causeway_feat_ApplicationType__meta", "ofType" : null }, "isDeprecated" : false, @@ -3669,7 +3669,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeAction__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeAction__meta", "ofType" : null }, "isDeprecated" : false, @@ -3756,7 +3756,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeAction__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeAction__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3803,7 +3803,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeCollection__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeCollection__meta", "ofType" : null }, "isDeprecated" : false, @@ -3890,7 +3890,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeCollection__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeCollection__meta", "description" : null, "fields" : [ { "name" : "id", @@ -3937,7 +3937,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeMember__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeMember__meta", "ofType" : null }, "isDeprecated" : false, @@ -3994,7 +3994,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeMember__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeMember__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4041,7 +4041,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeProperty__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeProperty__meta", "ofType" : null }, "isDeprecated" : false, @@ -4150,7 +4150,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationTypeProperty__DomainObject_meta", + "name" : "causeway_feat_ApplicationTypeProperty__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4189,7 +4189,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_feat_ApplicationType__DomainObject_meta", + "name" : "causeway_feat_ApplicationType__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4236,7 +4236,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_schema_metamodel_v2_DomainClassDto__DomainObject_meta", + "name" : "causeway_schema_metamodel_v2_DomainClassDto__meta", "ofType" : null }, "isDeprecated" : false, @@ -4375,7 +4375,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_schema_metamodel_v2_DomainClassDto__DomainObject_meta", + "name" : "causeway_schema_metamodel_v2_DomainClassDto__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4422,7 +4422,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_security_LoginRedirect__DomainObject_meta", + "name" : "causeway_security_LoginRedirect__meta", "ofType" : null }, "isDeprecated" : false, @@ -4434,7 +4434,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_security_LoginRedirect__DomainObject_meta", + "name" : "causeway_security_LoginRedirect__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4501,7 +4501,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "causeway_testing_fixtures_FixtureResult__DomainObject_meta", + "name" : "causeway_testing_fixtures_FixtureResult__meta", "ofType" : null }, "isDeprecated" : false, @@ -4554,7 +4554,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "causeway_testing_fixtures_FixtureResult__DomainObject_meta", + "name" : "causeway_testing_fixtures_FixtureResult__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4601,7 +4601,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_lang_Runnable__DomainObject_meta", + "name" : "java_lang_Runnable__meta", "ofType" : null }, "isDeprecated" : false, @@ -4613,7 +4613,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_lang_Runnable__DomainObject_meta", + "name" : "java_lang_Runnable__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4660,7 +4660,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_util_Map__DomainObject_meta", + "name" : "java_util_Map__meta", "ofType" : null }, "isDeprecated" : false, @@ -4672,7 +4672,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_util_Map__DomainObject_meta", + "name" : "java_util_Map__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4719,7 +4719,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_util_SortedMap__DomainObject_meta", + "name" : "java_util_SortedMap__meta", "ofType" : null }, "isDeprecated" : false, @@ -4731,7 +4731,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_util_SortedMap__DomainObject_meta", + "name" : "java_util_SortedMap__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4778,7 +4778,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_util_concurrent_Callable__DomainObject_meta", + "name" : "java_util_concurrent_Callable__meta", "ofType" : null }, "isDeprecated" : false, @@ -4790,7 +4790,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_util_concurrent_Callable__DomainObject_meta", + "name" : "java_util_concurrent_Callable__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4837,7 +4837,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_util_function_BiFunction__DomainObject_meta", + "name" : "java_util_function_BiFunction__meta", "ofType" : null }, "isDeprecated" : false, @@ -4849,7 +4849,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_util_function_BiFunction__DomainObject_meta", + "name" : "java_util_function_BiFunction__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4896,7 +4896,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_util_function_Consumer__DomainObject_meta", + "name" : "java_util_function_Consumer__meta", "ofType" : null }, "isDeprecated" : false, @@ -4908,7 +4908,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_util_function_Consumer__DomainObject_meta", + "name" : "java_util_function_Consumer__meta", "description" : null, "fields" : [ { "name" : "id", @@ -4955,7 +4955,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_util_function_Function__DomainObject_meta", + "name" : "java_util_function_Function__meta", "ofType" : null }, "isDeprecated" : false, @@ -4967,7 +4967,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_util_function_Function__DomainObject_meta", + "name" : "java_util_function_Function__meta", "description" : null, "fields" : [ { "name" : "id", @@ -5014,7 +5014,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "java_util_stream_Stream__DomainObject_meta", + "name" : "java_util_stream_Stream__meta", "ofType" : null }, "isDeprecated" : false, @@ -5026,7 +5026,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "java_util_stream_Stream__DomainObject_meta", + "name" : "java_util_stream_Stream__meta", "description" : null, "fields" : [ { "name" : "id", @@ -5073,7 +5073,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Either__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_Either__meta", "ofType" : null }, "isDeprecated" : false, @@ -5114,7 +5114,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Either__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_Either__mutators", "ofType" : null }, "isDeprecated" : false, @@ -5126,7 +5126,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Either__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_Either__meta", "description" : null, "fields" : [ { "name" : "id", @@ -5165,7 +5165,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Either__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_Either__mutators", "description" : null, "fields" : [ { "name" : "accept", @@ -5326,7 +5326,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Railway__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_Railway__meta", "ofType" : null }, "isDeprecated" : false, @@ -5367,7 +5367,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Railway__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_Railway__mutators", "ofType" : null }, "isDeprecated" : false, @@ -5379,7 +5379,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Railway__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_Railway__meta", "description" : null, "fields" : [ { "name" : "id", @@ -5418,7 +5418,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Railway__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_Railway__mutators", "description" : null, "fields" : [ { "name" : "chain", @@ -5555,7 +5555,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__meta", "ofType" : null }, "isDeprecated" : false, @@ -5566,7 +5566,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__mutators", "ofType" : null }, "isDeprecated" : false, @@ -5578,7 +5578,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__meta", "description" : null, "fields" : [ { "name" : "id", @@ -5617,7 +5617,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__mutators", "description" : null, "fields" : [ { "name" : "andThen", @@ -5682,7 +5682,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__meta", "ofType" : null }, "isDeprecated" : false, @@ -5693,7 +5693,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__mutators", "ofType" : null }, "isDeprecated" : false, @@ -5705,7 +5705,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__meta", "description" : null, "fields" : [ { "name" : "id", @@ -5744,7 +5744,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__mutators", "description" : null, "fields" : [ { "name" : "andThen", @@ -5833,7 +5833,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__meta", "ofType" : null }, "isDeprecated" : false, @@ -5844,7 +5844,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__mutators", "ofType" : null }, "isDeprecated" : false, @@ -5856,7 +5856,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__meta", "description" : null, "fields" : [ { "name" : "id", @@ -5895,7 +5895,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__mutators", "description" : null, "fields" : [ { "name" : "callUncatched", @@ -5967,7 +5967,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Try__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_Try__meta", "ofType" : null }, "isDeprecated" : false, @@ -6008,7 +6008,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Try__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_Try__mutators", "ofType" : null }, "isDeprecated" : false, @@ -6020,7 +6020,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Try__DomainObject_meta", + "name" : "org_apache_causeway_commons_functional_Try__meta", "description" : null, "fields" : [ { "name" : "id", @@ -6059,7 +6059,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_commons_functional_Try__DomainObject_mutators", + "name" : "org_apache_causeway_commons_functional_Try__mutators", "description" : null, "fields" : [ { "name" : "accept", @@ -6543,7 +6543,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__DomainObject_meta", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -6555,7 +6555,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__DomainObject_meta", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -6602,7 +6602,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_meta", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__meta", "ofType" : null }, "isDeprecated" : false, @@ -6643,7 +6643,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_mutators", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__mutators", "ofType" : null }, "isDeprecated" : false, @@ -6655,7 +6655,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_meta", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__meta", "description" : null, "fields" : [ { "name" : "id", @@ -6694,7 +6694,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_mutators", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__mutators", "description" : null, "fields" : [ { "name" : "streamChildNodes", @@ -6722,7 +6722,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__DomainObject_meta", + "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__meta", "ofType" : null }, "isDeprecated" : false, @@ -6764,7 +6764,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__DomainObject_meta", + "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__meta", "description" : null, "fields" : [ { "name" : "id", @@ -6811,7 +6811,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "university_dept_Department__DomainObject_meta", + "name" : "university_dept_Department__meta", "ofType" : null }, "isDeprecated" : false, @@ -6902,7 +6902,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "university_dept_Department__DomainObject_meta", + "name" : "university_dept_Department__meta", "description" : null, "fields" : [ { "name" : "id", @@ -6960,7 +6960,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "university_dept_DeptHead__DomainObject_meta", + "name" : "university_dept_DeptHead__meta", "ofType" : null }, "isDeprecated" : false, @@ -6993,7 +6993,7 @@ "args" : [ ], "type" : { "kind" : "OBJECT", - "name" : "university_dept_DeptHead__DomainObject_mutators", + "name" : "university_dept_DeptHead__mutators", "ofType" : null }, "isDeprecated" : false, @@ -7049,7 +7049,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "university_dept_DeptHead__DomainObject_meta", + "name" : "university_dept_DeptHead__meta", "description" : null, "fields" : [ { "name" : "id", @@ -7099,7 +7099,7 @@ "possibleTypes" : null }, { "kind" : "OBJECT", - "name" : "university_dept_DeptHead__DomainObject_mutators", + "name" : "university_dept_DeptHead__mutators", "description" : null, "fields" : [ { "name" : "changeDepartment", diff --git a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema_types_name.approved.json b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema_types_name.approved.json index ca37cd5bb3..5129aa023f 100644 --- a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema_types_name.approved.json +++ b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.schema_types_name.approved.json @@ -114,203 +114,203 @@ }, { "name" : "causeway_applib_DomainObjectList" }, { - "name" : "causeway_applib_DomainObjectList__DomainObject_meta" + "name" : "causeway_applib_DomainObjectList__meta" }, { "name" : "causeway_applib_FacetGroupNode" }, { - "name" : "causeway_applib_FacetGroupNode__DomainObject_meta" + "name" : "causeway_applib_FacetGroupNode__meta" }, { "name" : "causeway_applib_ParameterNode" }, { - "name" : "causeway_applib_ParameterNode__DomainObject_meta" + "name" : "causeway_applib_ParameterNode__meta" }, { "name" : "causeway_applib_PropertyNode" }, { - "name" : "causeway_applib_PropertyNode__DomainObject_meta" + "name" : "causeway_applib_PropertyNode__meta" }, { - "name" : "causeway_applib_PropertyNode__DomainObject_mutators" + "name" : "causeway_applib_PropertyNode__mutators" }, { "name" : "causeway_applib_RoleMemento" }, { - "name" : "causeway_applib_RoleMemento__DomainObject_meta" + "name" : "causeway_applib_RoleMemento__meta" }, { "name" : "causeway_applib_TypeNode" }, { - "name" : "causeway_applib_TypeNode__DomainObject_meta" + "name" : "causeway_applib_TypeNode__meta" }, { "name" : "causeway_applib_UserMemento" }, { - "name" : "causeway_applib_UserMemento__DomainObject_meta" + "name" : "causeway_applib_UserMemento__meta" }, { "name" : "causeway_applib_UserMenu" }, { "name" : "causeway_applib_node_ActionNode" }, { - "name" : "causeway_applib_node_ActionNode__DomainObject_meta" + "name" : "causeway_applib_node_ActionNode__meta" }, { - "name" : "causeway_applib_node_ActionNode__DomainObject_mutators" + "name" : "causeway_applib_node_ActionNode__mutators" }, { "name" : "causeway_applib_node_CollectionNode" }, { - "name" : "causeway_applib_node_CollectionNode__DomainObject_meta" + "name" : "causeway_applib_node_CollectionNode__meta" }, { - "name" : "causeway_applib_node_CollectionNode__DomainObject_mutators" + "name" : "causeway_applib_node_CollectionNode__mutators" }, { "name" : "causeway_applib_node_FacetAttrNode" }, { - "name" : "causeway_applib_node_FacetAttrNode__DomainObject_meta" + "name" : "causeway_applib_node_FacetAttrNode__meta" }, { "name" : "causeway_applib_node_FacetNode" }, { - "name" : "causeway_applib_node_FacetNode__DomainObject_meta" + "name" : "causeway_applib_node_FacetNode__meta" }, { "name" : "causeway_conf_ConfigurationMenu" }, { "name" : "causeway_conf_ConfigurationProperty" }, { - "name" : "causeway_conf_ConfigurationProperty__DomainObject_meta" + "name" : "causeway_conf_ConfigurationProperty__meta" }, { "name" : "causeway_conf_ConfigurationViewmodel" }, { - "name" : "causeway_conf_ConfigurationViewmodel__DomainObject_meta" + "name" : "causeway_conf_ConfigurationViewmodel__meta" }, { "name" : "causeway_feat_ApplicationFeatureViewModel" }, { - "name" : "causeway_feat_ApplicationFeatureViewModel__DomainObject_meta" + "name" : "causeway_feat_ApplicationFeatureViewModel__meta" }, { "name" : "causeway_feat_ApplicationNamespace" }, { - "name" : "causeway_feat_ApplicationNamespace__DomainObject_meta" + "name" : "causeway_feat_ApplicationNamespace__meta" }, { "name" : "causeway_feat_ApplicationType" }, { "name" : "causeway_feat_ApplicationTypeAction" }, { - "name" : "causeway_feat_ApplicationTypeAction__DomainObject_meta" + "name" : "causeway_feat_ApplicationTypeAction__meta" }, { "name" : "causeway_feat_ApplicationTypeCollection" }, { - "name" : "causeway_feat_ApplicationTypeCollection__DomainObject_meta" + "name" : "causeway_feat_ApplicationTypeCollection__meta" }, { "name" : "causeway_feat_ApplicationTypeMember" }, { - "name" : "causeway_feat_ApplicationTypeMember__DomainObject_meta" + "name" : "causeway_feat_ApplicationTypeMember__meta" }, { "name" : "causeway_feat_ApplicationTypeProperty" }, { - "name" : "causeway_feat_ApplicationTypeProperty__DomainObject_meta" + "name" : "causeway_feat_ApplicationTypeProperty__meta" }, { - "name" : "causeway_feat_ApplicationType__DomainObject_meta" + "name" : "causeway_feat_ApplicationType__meta" }, { "name" : "causeway_schema_metamodel_v2_DomainClassDto" }, { - "name" : "causeway_schema_metamodel_v2_DomainClassDto__DomainObject_meta" + "name" : "causeway_schema_metamodel_v2_DomainClassDto__meta" }, { "name" : "causeway_security_LoginRedirect" }, { - "name" : "causeway_security_LoginRedirect__DomainObject_meta" + "name" : "causeway_security_LoginRedirect__meta" }, { "name" : "causeway_security_LogoutMenu" }, { "name" : "causeway_testing_fixtures_FixtureResult" }, { - "name" : "causeway_testing_fixtures_FixtureResult__DomainObject_meta" + "name" : "causeway_testing_fixtures_FixtureResult__meta" }, { "name" : "java_lang_Runnable" }, { - "name" : "java_lang_Runnable__DomainObject_meta" + "name" : "java_lang_Runnable__meta" }, { "name" : "java_util_Map" }, { - "name" : "java_util_Map__DomainObject_meta" + "name" : "java_util_Map__meta" }, { "name" : "java_util_SortedMap" }, { - "name" : "java_util_SortedMap__DomainObject_meta" + "name" : "java_util_SortedMap__meta" }, { "name" : "java_util_concurrent_Callable" }, { - "name" : "java_util_concurrent_Callable__DomainObject_meta" + "name" : "java_util_concurrent_Callable__meta" }, { "name" : "java_util_function_BiFunction" }, { - "name" : "java_util_function_BiFunction__DomainObject_meta" + "name" : "java_util_function_BiFunction__meta" }, { "name" : "java_util_function_Consumer" }, { - "name" : "java_util_function_Consumer__DomainObject_meta" + "name" : "java_util_function_Consumer__meta" }, { "name" : "java_util_function_Function" }, { - "name" : "java_util_function_Function__DomainObject_meta" + "name" : "java_util_function_Function__meta" }, { "name" : "java_util_stream_Stream" }, { - "name" : "java_util_stream_Stream__DomainObject_meta" + "name" : "java_util_stream_Stream__meta" }, { "name" : "org_apache_causeway_commons_functional_Either" }, { - "name" : "org_apache_causeway_commons_functional_Either__DomainObject_meta" + "name" : "org_apache_causeway_commons_functional_Either__meta" }, { - "name" : "org_apache_causeway_commons_functional_Either__DomainObject_mutators" + "name" : "org_apache_causeway_commons_functional_Either__mutators" }, { "name" : "org_apache_causeway_commons_functional_Railway" }, { - "name" : "org_apache_causeway_commons_functional_Railway__DomainObject_meta" + "name" : "org_apache_causeway_commons_functional_Railway__meta" }, { - "name" : "org_apache_causeway_commons_functional_Railway__DomainObject_mutators" + "name" : "org_apache_causeway_commons_functional_Railway__mutators" }, { "name" : "org_apache_causeway_commons_functional_ThrowingConsumer" }, { - "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_meta" + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__meta" }, { - "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_mutators" + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__mutators" }, { "name" : "org_apache_causeway_commons_functional_ThrowingFunction" }, { - "name" : "org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_meta" + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__meta" }, { - "name" : "org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_mutators" + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__mutators" }, { "name" : "org_apache_causeway_commons_functional_ThrowingRunnable" }, { - "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_meta" + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__meta" }, { - "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_mutators" + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__mutators" }, { "name" : "org_apache_causeway_commons_functional_Try" }, { - "name" : "org_apache_causeway_commons_functional_Try__DomainObject_meta" + "name" : "org_apache_causeway_commons_functional_Try__meta" }, { - "name" : "org_apache_causeway_commons_functional_Try__DomainObject_mutators" + "name" : "org_apache_causeway_commons_functional_Try__mutators" }, { "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode" }, { - "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__DomainObject_meta" + "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__meta" }, { "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode" }, { - "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_meta" + "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__meta" }, { - "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_mutators" + "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__mutators" }, { "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript" }, { - "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__DomainObject_meta" + "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__meta" }, { "name" : "university_dept_Department" }, { "name" : "university_dept_DepartmentMenu" }, { - "name" : "university_dept_Department__DomainObject_meta" + "name" : "university_dept_Department__meta" }, { "name" : "university_dept_DeptHead" }, { "name" : "university_dept_DeptHeadMenu" }, { - "name" : "university_dept_DeptHead__DomainObject_meta" + "name" : "university_dept_DeptHead__meta" }, { - "name" : "university_dept_DeptHead__DomainObject_mutators" + "name" : "university_dept_DeptHead__mutators" } ] } } diff --git a/incubator/viewers/graphql/test/src/test/resources/schema.gql b/incubator/viewers/graphql/test/src/test/resources/schema.gql index 3e029c4ddd..1086e5bcc4 100644 --- a/incubator/viewers/graphql/test/src/test/resources/schema.gql +++ b/incubator/viewers/graphql/test/src/test/resources/schema.gql @@ -32,7 +32,7 @@ type Query { } type causeway_applib_DomainObjectList { - _gql_meta: causeway_applib_DomainObjectList__DomainObject_meta + _gql_meta: causeway_applib_DomainObjectList__meta actionArguments: String actionId: String actionOwningFqcn: String @@ -40,72 +40,72 @@ type causeway_applib_DomainObjectList { title: String! } -type causeway_applib_DomainObjectList__DomainObject_meta { +type causeway_applib_DomainObjectList__meta { id: String! logicalTypeName: String! } type causeway_applib_FacetGroupNode { - _gql_meta: causeway_applib_FacetGroupNode__DomainObject_meta + _gql_meta: causeway_applib_FacetGroupNode__meta facets: String! } -type causeway_applib_FacetGroupNode__DomainObject_meta { +type causeway_applib_FacetGroupNode__meta { id: String! logicalTypeName: String! } type causeway_applib_ParameterNode { - _gql_meta: causeway_applib_ParameterNode__DomainObject_meta + _gql_meta: causeway_applib_ParameterNode__meta parameter: String! parentNode: causeway_applib_node_ActionNode! } -type causeway_applib_ParameterNode__DomainObject_meta { +type causeway_applib_ParameterNode__meta { id: String! logicalTypeName: String! } type causeway_applib_PropertyNode { - _gql_meta: causeway_applib_PropertyNode__DomainObject_meta - _gql_mutations: causeway_applib_PropertyNode__DomainObject_mutators + _gql_meta: causeway_applib_PropertyNode__meta + _gql_mutations: causeway_applib_PropertyNode__mutators mixedIn: String! parentNode: causeway_applib_TypeNode! property: String! } -type causeway_applib_PropertyNode__DomainObject_meta { +type causeway_applib_PropertyNode__meta { id: String! logicalTypeName: String! } -type causeway_applib_PropertyNode__DomainObject_mutators { +type causeway_applib_PropertyNode__mutators { streamChildNodes: java_util_stream_Stream } type causeway_applib_RoleMemento { - _gql_meta: causeway_applib_RoleMemento__DomainObject_meta + _gql_meta: causeway_applib_RoleMemento__meta description: String! name: String! } -type causeway_applib_RoleMemento__DomainObject_meta { +type causeway_applib_RoleMemento__meta { id: String! logicalTypeName: String! } type causeway_applib_TypeNode { - _gql_meta: causeway_applib_TypeNode__DomainObject_meta + _gql_meta: causeway_applib_TypeNode__meta domainClassDto: causeway_schema_metamodel_v2_DomainClassDto! } -type causeway_applib_TypeNode__DomainObject_meta { +type causeway_applib_TypeNode__meta { id: String! logicalTypeName: String! } type causeway_applib_UserMemento { - _gql_meta: causeway_applib_UserMemento__DomainObject_meta + _gql_meta: causeway_applib_UserMemento__meta authenticationCode: String! authenticationSource: String! avatarUrl: String @@ -119,7 +119,7 @@ type causeway_applib_UserMemento { timeFormatLocale: String } -type causeway_applib_UserMemento__DomainObject_meta { +type causeway_applib_UserMemento__meta { id: String! logicalTypeName: String! } @@ -129,57 +129,57 @@ type causeway_applib_UserMenu { } type causeway_applib_node_ActionNode { - _gql_meta: causeway_applib_node_ActionNode__DomainObject_meta - _gql_mutations: causeway_applib_node_ActionNode__DomainObject_mutators + _gql_meta: causeway_applib_node_ActionNode__meta + _gql_mutations: causeway_applib_node_ActionNode__mutators action: String! mixedIn: String! parentNode: causeway_applib_TypeNode! } -type causeway_applib_node_ActionNode__DomainObject_meta { +type causeway_applib_node_ActionNode__meta { id: String! logicalTypeName: String! } -type causeway_applib_node_ActionNode__DomainObject_mutators { +type causeway_applib_node_ActionNode__mutators { streamChildNodes: java_util_stream_Stream } type causeway_applib_node_CollectionNode { - _gql_meta: causeway_applib_node_CollectionNode__DomainObject_meta - _gql_mutations: causeway_applib_node_CollectionNode__DomainObject_mutators + _gql_meta: causeway_applib_node_CollectionNode__meta + _gql_mutations: causeway_applib_node_CollectionNode__mutators collection: String! mixedIn: String! parentNode: causeway_applib_TypeNode! } -type causeway_applib_node_CollectionNode__DomainObject_meta { +type causeway_applib_node_CollectionNode__meta { id: String! logicalTypeName: String! } -type causeway_applib_node_CollectionNode__DomainObject_mutators { +type causeway_applib_node_CollectionNode__mutators { streamChildNodes: java_util_stream_Stream } type causeway_applib_node_FacetAttrNode { - _gql_meta: causeway_applib_node_FacetAttrNode__DomainObject_meta + _gql_meta: causeway_applib_node_FacetAttrNode__meta facetAttr: String! parentNode: causeway_applib_node_FacetNode! } -type causeway_applib_node_FacetAttrNode__DomainObject_meta { +type causeway_applib_node_FacetAttrNode__meta { id: String! logicalTypeName: String! } type causeway_applib_node_FacetNode { - _gql_meta: causeway_applib_node_FacetNode__DomainObject_meta + _gql_meta: causeway_applib_node_FacetNode__meta facet: String! shadowed: String! } -type causeway_applib_node_FacetNode__DomainObject_meta { +type causeway_applib_node_FacetNode__meta { id: String! logicalTypeName: String! } @@ -189,54 +189,54 @@ type causeway_conf_ConfigurationMenu { } type causeway_conf_ConfigurationProperty { - _gql_meta: causeway_conf_ConfigurationProperty__DomainObject_meta + _gql_meta: causeway_conf_ConfigurationProperty__meta key: String! value: String! } -type causeway_conf_ConfigurationProperty__DomainObject_meta { +type causeway_conf_ConfigurationProperty__meta { id: String! logicalTypeName: String! } type causeway_conf_ConfigurationViewmodel { - _gql_meta: causeway_conf_ConfigurationViewmodel__DomainObject_meta + _gql_meta: causeway_conf_ConfigurationViewmodel__meta environment: [causeway_conf_ConfigurationProperty] primary: [causeway_conf_ConfigurationProperty] secondary: [causeway_conf_ConfigurationProperty] } -type causeway_conf_ConfigurationViewmodel__DomainObject_meta { +type causeway_conf_ConfigurationViewmodel__meta { id: String! logicalTypeName: String! } type causeway_feat_ApplicationFeatureViewModel { - _gql_meta: causeway_feat_ApplicationFeatureViewModel__DomainObject_meta + _gql_meta: causeway_feat_ApplicationFeatureViewModel__meta memberName: String! namespaceName: String! typeSimpleName: String! } -type causeway_feat_ApplicationFeatureViewModel__DomainObject_meta { +type causeway_feat_ApplicationFeatureViewModel__meta { id: String! logicalTypeName: String! } type causeway_feat_ApplicationNamespace { - _gql_meta: causeway_feat_ApplicationNamespace__DomainObject_meta + _gql_meta: causeway_feat_ApplicationNamespace__meta memberName: String! namespaceName: String! typeSimpleName: String! } -type causeway_feat_ApplicationNamespace__DomainObject_meta { +type causeway_feat_ApplicationNamespace__meta { id: String! logicalTypeName: String! } type causeway_feat_ApplicationType { - _gql_meta: causeway_feat_ApplicationType__DomainObject_meta + _gql_meta: causeway_feat_ApplicationType__meta actions: [causeway_feat_ApplicationTypeAction] collections: [causeway_feat_ApplicationTypeCollection] memberName: String! @@ -246,7 +246,7 @@ type causeway_feat_ApplicationType { } type causeway_feat_ApplicationTypeAction { - _gql_meta: causeway_feat_ApplicationTypeAction__DomainObject_meta + _gql_meta: causeway_feat_ApplicationTypeAction__meta actionSemantics: String! memberName: String! namespaceName: String! @@ -254,13 +254,13 @@ type causeway_feat_ApplicationTypeAction { typeSimpleName: String! } -type causeway_feat_ApplicationTypeAction__DomainObject_meta { +type causeway_feat_ApplicationTypeAction__meta { id: String! logicalTypeName: String! } type causeway_feat_ApplicationTypeCollection { - _gql_meta: causeway_feat_ApplicationTypeCollection__DomainObject_meta + _gql_meta: causeway_feat_ApplicationTypeCollection__meta derived: String! elementType: String! memberName: String! @@ -268,25 +268,25 @@ type causeway_feat_ApplicationTypeCollection { typeSimpleName: String! } -type causeway_feat_ApplicationTypeCollection__DomainObject_meta { +type causeway_feat_ApplicationTypeCollection__meta { id: String! logicalTypeName: String! } type causeway_feat_ApplicationTypeMember { - _gql_meta: causeway_feat_ApplicationTypeMember__DomainObject_meta + _gql_meta: causeway_feat_ApplicationTypeMember__meta memberName: String! namespaceName: String! typeSimpleName: String! } -type causeway_feat_ApplicationTypeMember__DomainObject_meta { +type causeway_feat_ApplicationTypeMember__meta { id: String! logicalTypeName: String! } type causeway_feat_ApplicationTypeProperty { - _gql_meta: causeway_feat_ApplicationTypeProperty__DomainObject_meta + _gql_meta: causeway_feat_ApplicationTypeProperty__meta derived: String! maxLength: String memberName: String! @@ -296,18 +296,18 @@ type causeway_feat_ApplicationTypeProperty { typicalLength: String } -type causeway_feat_ApplicationTypeProperty__DomainObject_meta { +type causeway_feat_ApplicationTypeProperty__meta { id: String! logicalTypeName: String! } -type causeway_feat_ApplicationType__DomainObject_meta { +type causeway_feat_ApplicationType__meta { id: String! logicalTypeName: String! } type causeway_schema_metamodel_v2_DomainClassDto { - _gql_meta: causeway_schema_metamodel_v2_DomainClassDto__DomainObject_meta + _gql_meta: causeway_schema_metamodel_v2_DomainClassDto__meta actions: String! annotations: String! collections: String! @@ -319,16 +319,16 @@ type causeway_schema_metamodel_v2_DomainClassDto { service: String! } -type causeway_schema_metamodel_v2_DomainClassDto__DomainObject_meta { +type causeway_schema_metamodel_v2_DomainClassDto__meta { id: String! logicalTypeName: String! } type causeway_security_LoginRedirect { - _gql_meta: causeway_security_LoginRedirect__DomainObject_meta + _gql_meta: causeway_security_LoginRedirect__meta } -type causeway_security_LoginRedirect__DomainObject_meta { +type causeway_security_LoginRedirect__meta { id: String! logicalTypeName: String! } @@ -338,102 +338,102 @@ type causeway_security_LogoutMenu { } type causeway_testing_fixtures_FixtureResult { - _gql_meta: causeway_testing_fixtures_FixtureResult__DomainObject_meta + _gql_meta: causeway_testing_fixtures_FixtureResult__meta className: String! fixtureScriptClassName: String key: String! } -type causeway_testing_fixtures_FixtureResult__DomainObject_meta { +type causeway_testing_fixtures_FixtureResult__meta { id: String! logicalTypeName: String! } type java_lang_Runnable { - _gql_meta: java_lang_Runnable__DomainObject_meta + _gql_meta: java_lang_Runnable__meta } -type java_lang_Runnable__DomainObject_meta { +type java_lang_Runnable__meta { id: String! logicalTypeName: String! } type java_util_Map { - _gql_meta: java_util_Map__DomainObject_meta + _gql_meta: java_util_Map__meta } -type java_util_Map__DomainObject_meta { +type java_util_Map__meta { id: String! logicalTypeName: String! } type java_util_SortedMap { - _gql_meta: java_util_SortedMap__DomainObject_meta + _gql_meta: java_util_SortedMap__meta } -type java_util_SortedMap__DomainObject_meta { +type java_util_SortedMap__meta { id: String! logicalTypeName: String! } type java_util_concurrent_Callable { - _gql_meta: java_util_concurrent_Callable__DomainObject_meta + _gql_meta: java_util_concurrent_Callable__meta } -type java_util_concurrent_Callable__DomainObject_meta { +type java_util_concurrent_Callable__meta { id: String! logicalTypeName: String! } type java_util_function_BiFunction { - _gql_meta: java_util_function_BiFunction__DomainObject_meta + _gql_meta: java_util_function_BiFunction__meta } -type java_util_function_BiFunction__DomainObject_meta { +type java_util_function_BiFunction__meta { id: String! logicalTypeName: String! } type java_util_function_Consumer { - _gql_meta: java_util_function_Consumer__DomainObject_meta + _gql_meta: java_util_function_Consumer__meta } -type java_util_function_Consumer__DomainObject_meta { +type java_util_function_Consumer__meta { id: String! logicalTypeName: String! } type java_util_function_Function { - _gql_meta: java_util_function_Function__DomainObject_meta + _gql_meta: java_util_function_Function__meta } -type java_util_function_Function__DomainObject_meta { +type java_util_function_Function__meta { id: String! logicalTypeName: String! } type java_util_stream_Stream { - _gql_meta: java_util_stream_Stream__DomainObject_meta + _gql_meta: java_util_stream_Stream__meta } -type java_util_stream_Stream__DomainObject_meta { +type java_util_stream_Stream__meta { id: String! logicalTypeName: String! } type org_apache_causeway_commons_functional_Either { - _gql_meta: org_apache_causeway_commons_functional_Either__DomainObject_meta - _gql_mutations: org_apache_causeway_commons_functional_Either__DomainObject_mutators + _gql_meta: org_apache_causeway_commons_functional_Either__meta + _gql_mutations: org_apache_causeway_commons_functional_Either__mutators left: String! right: String! } -type org_apache_causeway_commons_functional_Either__DomainObject_meta { +type org_apache_causeway_commons_functional_Either__meta { id: String! logicalTypeName: String! } -type org_apache_causeway_commons_functional_Either__DomainObject_mutators { +type org_apache_causeway_commons_functional_Either__mutators { accept(leftConsumer: _gql_input__java_util_function_Consumer!, rightConsumer: _gql_input__java_util_function_Consumer!): String left: String map(leftMapper: _gql_input__java_util_function_Function!, rightMapper: _gql_input__java_util_function_Function!): org_apache_causeway_commons_functional_Either @@ -443,18 +443,18 @@ type org_apache_causeway_commons_functional_Either__DomainObject_mutators { } type org_apache_causeway_commons_functional_Railway { - _gql_meta: org_apache_causeway_commons_functional_Railway__DomainObject_meta - _gql_mutations: org_apache_causeway_commons_functional_Railway__DomainObject_mutators + _gql_meta: org_apache_causeway_commons_functional_Railway__meta + _gql_mutations: org_apache_causeway_commons_functional_Railway__mutators failure: String! success: String! } -type org_apache_causeway_commons_functional_Railway__DomainObject_meta { +type org_apache_causeway_commons_functional_Railway__meta { id: String! logicalTypeName: String! } -type org_apache_causeway_commons_functional_Railway__DomainObject_mutators { +type org_apache_causeway_commons_functional_Railway__mutators { chain(chainingFunction: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Railway ifFailure(failureConsumer: _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer!): org_apache_causeway_commons_functional_Railway ifSuccess(successConsumer: _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer!): org_apache_causeway_commons_functional_Railway @@ -463,47 +463,47 @@ type org_apache_causeway_commons_functional_Railway__DomainObject_mutators { } type org_apache_causeway_commons_functional_ThrowingConsumer { - _gql_meta: org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_meta - _gql_mutations: org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_mutators + _gql_meta: org_apache_causeway_commons_functional_ThrowingConsumer__meta + _gql_mutations: org_apache_causeway_commons_functional_ThrowingConsumer__mutators } -type org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_meta { +type org_apache_causeway_commons_functional_ThrowingConsumer__meta { id: String! logicalTypeName: String! } -type org_apache_causeway_commons_functional_ThrowingConsumer__DomainObject_mutators { +type org_apache_causeway_commons_functional_ThrowingConsumer__mutators { andThen(arg0: _gql_input__java_util_function_Consumer!): java_util_function_Consumer throwing(exceptionWrapper: _gql_input__java_util_function_BiFunction!): org_apache_causeway_commons_functional_ThrowingConsumer } type org_apache_causeway_commons_functional_ThrowingFunction { - _gql_meta: org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_meta - _gql_mutations: org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_mutators + _gql_meta: org_apache_causeway_commons_functional_ThrowingFunction__meta + _gql_mutations: org_apache_causeway_commons_functional_ThrowingFunction__mutators } -type org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_meta { +type org_apache_causeway_commons_functional_ThrowingFunction__meta { id: String! logicalTypeName: String! } -type org_apache_causeway_commons_functional_ThrowingFunction__DomainObject_mutators { +type org_apache_causeway_commons_functional_ThrowingFunction__mutators { andThen(arg0: _gql_input__java_util_function_Function!): java_util_function_Function compose(arg0: _gql_input__java_util_function_Function!): java_util_function_Function throwing(exceptionWrapper: _gql_input__java_util_function_BiFunction!): org_apache_causeway_commons_functional_ThrowingFunction } type org_apache_causeway_commons_functional_ThrowingRunnable { - _gql_meta: org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_meta - _gql_mutations: org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_mutators + _gql_meta: org_apache_causeway_commons_functional_ThrowingRunnable__meta + _gql_mutations: org_apache_causeway_commons_functional_ThrowingRunnable__mutators } -type org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_meta { +type org_apache_causeway_commons_functional_ThrowingRunnable__meta { id: String! logicalTypeName: String! } -type org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_mutators { +type org_apache_causeway_commons_functional_ThrowingRunnable__mutators { callUncatched: String run: String runUncatched: String @@ -512,18 +512,18 @@ type org_apache_causeway_commons_functional_ThrowingRunnable__DomainObject_mutat } type org_apache_causeway_commons_functional_Try { - _gql_meta: org_apache_causeway_commons_functional_Try__DomainObject_meta - _gql_mutations: org_apache_causeway_commons_functional_Try__DomainObject_mutators + _gql_meta: org_apache_causeway_commons_functional_Try__meta + _gql_mutations: org_apache_causeway_commons_functional_Try__mutators failure: String! success: String! } -type org_apache_causeway_commons_functional_Try__DomainObject_meta { +type org_apache_causeway_commons_functional_Try__meta { id: String! logicalTypeName: String! } -type org_apache_causeway_commons_functional_Try__DomainObject_mutators { +type org_apache_causeway_commons_functional_Try__mutators { accept(failureConsumer: _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer!, successConsumer: _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer!): org_apache_causeway_commons_functional_Try flatMapSuccess(successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try flatMapSuccessAsNullable(successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try @@ -547,43 +547,43 @@ type org_apache_causeway_commons_functional_Try__DomainObject_mutators { } type org_apache_causeway_core_metamodel_inspect_model_MMNode { - _gql_meta: org_apache_causeway_core_metamodel_inspect_model_MMNode__DomainObject_meta + _gql_meta: org_apache_causeway_core_metamodel_inspect_model_MMNode__meta } -type org_apache_causeway_core_metamodel_inspect_model_MMNode__DomainObject_meta { +type org_apache_causeway_core_metamodel_inspect_model_MMNode__meta { id: String! logicalTypeName: String! } type org_apache_causeway_core_metamodel_inspect_model_MemberNode { - _gql_meta: org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_meta - _gql_mutations: org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_mutators + _gql_meta: org_apache_causeway_core_metamodel_inspect_model_MemberNode__meta + _gql_mutations: org_apache_causeway_core_metamodel_inspect_model_MemberNode__mutators mixedIn: String! parentNode: causeway_applib_TypeNode! } -type org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_meta { +type org_apache_causeway_core_metamodel_inspect_model_MemberNode__meta { id: String! logicalTypeName: String! } -type org_apache_causeway_core_metamodel_inspect_model_MemberNode__DomainObject_mutators { +type org_apache_causeway_core_metamodel_inspect_model_MemberNode__mutators { streamChildNodes: java_util_stream_Stream } type org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript { - _gql_meta: org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__DomainObject_meta + _gql_meta: org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__meta friendlyName: String! qualifiedName: String! } -type org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__DomainObject_meta { +type org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__meta { id: String! logicalTypeName: String! } type university_dept_Department { - _gql_meta: university_dept_Department__DomainObject_meta + _gql_meta: university_dept_Department__meta deptHead: university_dept_DeptHead name: String! } @@ -593,15 +593,15 @@ type university_dept_DepartmentMenu { findAllDepartments: [university_dept_Department] } -type university_dept_Department__DomainObject_meta { +type university_dept_Department__meta { id: String! logicalTypeName: String! version: String } type university_dept_DeptHead { - _gql_meta: university_dept_DeptHead__DomainObject_meta - _gql_mutations: university_dept_DeptHead__DomainObject_mutators + _gql_meta: university_dept_DeptHead__meta + _gql_mutations: university_dept_DeptHead__mutators department: university_dept_Department name: String } @@ -611,13 +611,13 @@ type university_dept_DeptHeadMenu { findDeptHeadByName(name: String): university_dept_DeptHead } -type university_dept_DeptHead__DomainObject_meta { +type university_dept_DeptHead__meta { id: String! logicalTypeName: String! version: String } -type university_dept_DeptHead__DomainObject_mutators { +type university_dept_DeptHead__mutators { changeDepartment(department: _gql_input__university_dept_Department!): university_dept_DeptHead changeName(newName: String!): university_dept_DeptHead }
