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 f32537bd3264bfe98fe8a6ba4aed3c1ce849565f Author: danhaywood <[email protected]> AuthorDate: Sun Jan 21 14:26:41 2024 +0000 CAUSEWAY-3676: renames input type --- .../viewer/graphql/model/util/TypeNames.java | 2 +- .../test/e2e/Schema_IntegTest.schema.approved.json | 1934 ++++++++++---------- ...chema_IntegTest.schema_types_name.approved.json | 168 +- .../graphql/test/src/test/resources/schema.gql | 150 +- 4 files changed, 1127 insertions(+), 1127 deletions(-) diff --git a/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/util/TypeNames.java b/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/util/TypeNames.java index 416ad74e28..3ba5b46d7a 100644 --- a/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/util/TypeNames.java +++ b/incubator/viewers/graphql/model/src/main/java/org/apache/causeway/viewer/graphql/model/util/TypeNames.java @@ -38,7 +38,7 @@ public final class TypeNames { } public static String inputTypeNameFor(ObjectSpecification objectSpecification) { - return "_gql_input__" + objectTypeNameFor(objectSpecification); + return objectTypeNameFor(objectSpecification) + "__input"; } private static String sanitized(final String name) { 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 e39e7c964c..30558e24a8 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 @@ -953,930 +953,6 @@ "deprecationReason" : null } ], "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_DomainObjectList", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_FacetGroupNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_ParameterNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_PropertyNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_RoleMemento", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_TypeNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_UserMemento", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_node_ActionNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_node_CollectionNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_node_FacetAttrNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_applib_node_FacetNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_conf_ConfigurationProperty", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_conf_ConfigurationViewmodel", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_feat_ApplicationFeatureViewModel", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_feat_ApplicationNamespace", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_feat_ApplicationType", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_feat_ApplicationTypeAction", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_feat_ApplicationTypeCollection", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_feat_ApplicationTypeMember", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_feat_ApplicationTypeProperty", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_schema_metamodel_v2_DomainClassDto", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_security_LoginRedirect", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__causeway_testing_fixtures_FixtureResult", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_lang_Runnable", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_Map", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_SortedMap", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_concurrent_Callable", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_BiFunction", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Consumer", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Function", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_stream_Stream", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_Either", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_Railway", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingRunnable", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_Try", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_core_metamodel_inspect_model_MMNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_core_metamodel_inspect_model_MemberNode", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__university_dept_Department", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null - }, { - "kind" : "INPUT_OBJECT", - "name" : "_gql_input__university_dept_DeptHead", - "description" : null, - "fields" : null, - "inputFields" : [ { - "name" : "id", - "description" : null, - "type" : { - "kind" : "NON_NULL", - "name" : null, - "ofType" : { - "kind" : "SCALAR", - "name" : "ID", - "ofType" : null - } - }, - "defaultValue" : null - } ], - "interfaces" : null, - "enumValues" : null, - "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_DomainObjectList", @@ -1960,6 +1036,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_DomainObjectList__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_DomainObjectList__meta", @@ -2034,6 +1132,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_FacetGroupNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_FacetGroupNode__meta", @@ -2123,6 +1243,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_ParameterNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_ParameterNode__meta", @@ -2238,6 +1380,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_PropertyNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_PropertyNode__meta", @@ -2347,6 +1511,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_RoleMemento__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_RoleMemento__meta", @@ -2417,8 +1603,30 @@ "isDeprecated" : false, "deprecationReason" : null } ], - "inputFields" : null, - "interfaces" : [ ], + "inputFields" : null, + "interfaces" : [ ], + "enumValues" : null, + "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_TypeNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, "enumValues" : null, "possibleTypes" : null }, { @@ -2621,6 +1829,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_UserMemento__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_UserMemento__meta", @@ -2756,6 +1986,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_node_ActionNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_node_ActionNode__meta", @@ -2891,6 +2143,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_node_CollectionNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_node_CollectionNode__meta", @@ -3000,6 +2274,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_node_FacetAttrNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_node_FacetAttrNode__meta", @@ -3089,6 +2385,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_applib_node_FacetNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_applib_node_FacetNode__meta", @@ -3198,6 +2516,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_conf_ConfigurationProperty__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_conf_ConfigurationProperty__meta", @@ -3302,6 +2642,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_conf_ConfigurationViewmodel__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_conf_ConfigurationViewmodel__meta", @@ -3406,6 +2768,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_feat_ApplicationFeatureViewModel__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_feat_ApplicationFeatureViewModel__meta", @@ -3510,6 +2894,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_feat_ApplicationNamespace__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_feat_ApplicationNamespace__meta", @@ -3754,6 +3160,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_feat_ApplicationTypeAction__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_feat_ApplicationTypeAction__meta", @@ -3888,6 +3316,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_feat_ApplicationTypeCollection__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_feat_ApplicationTypeCollection__meta", @@ -3988,8 +3438,30 @@ "isDeprecated" : false, "deprecationReason" : null } ], - "inputFields" : null, - "interfaces" : [ ], + "inputFields" : null, + "interfaces" : [ ], + "enumValues" : null, + "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_feat_ApplicationTypeMember__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, "enumValues" : null, "possibleTypes" : null }, { @@ -4148,6 +3620,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_feat_ApplicationTypeProperty__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_feat_ApplicationTypeProperty__meta", @@ -4187,6 +3681,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_feat_ApplicationType__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_feat_ApplicationType__meta", @@ -4373,6 +3889,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_schema_metamodel_v2_DomainClassDto__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_schema_metamodel_v2_DomainClassDto__meta", @@ -4432,6 +3970,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_security_LoginRedirect__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_security_LoginRedirect__meta", @@ -4552,6 +4112,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "causeway_testing_fixtures_FixtureResult__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "causeway_testing_fixtures_FixtureResult__meta", @@ -4611,6 +4193,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_lang_Runnable__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "java_lang_Runnable__meta", @@ -4670,6 +4274,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_util_Map__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "java_util_Map__meta", @@ -4729,6 +4355,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_util_SortedMap__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "java_util_SortedMap__meta", @@ -4788,6 +4436,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_util_concurrent_Callable__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "java_util_concurrent_Callable__meta", @@ -4847,6 +4517,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_util_function_BiFunction__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "java_util_function_BiFunction__meta", @@ -4906,6 +4598,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_util_function_Consumer__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "java_util_function_Consumer__meta", @@ -4961,8 +4675,30 @@ "isDeprecated" : false, "deprecationReason" : null } ], - "inputFields" : null, - "interfaces" : [ ], + "inputFields" : null, + "interfaces" : [ ], + "enumValues" : null, + "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_util_function_Function__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, "enumValues" : null, "possibleTypes" : null }, { @@ -5024,6 +4760,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "java_util_stream_Stream__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "java_util_stream_Stream__meta", @@ -5124,6 +4882,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_commons_functional_Either__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_commons_functional_Either__meta", @@ -5178,7 +4958,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Consumer", + "name" : "java_util_function_Consumer__input", "ofType" : null } }, @@ -5191,7 +4971,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Consumer", + "name" : "java_util_function_Consumer__input", "ofType" : null } }, @@ -5226,7 +5006,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Function", + "name" : "java_util_function_Function__input", "ofType" : null } }, @@ -5239,7 +5019,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Function", + "name" : "java_util_function_Function__input", "ofType" : null } }, @@ -5263,7 +5043,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Function", + "name" : "java_util_function_Function__input", "ofType" : null } }, @@ -5287,7 +5067,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Function", + "name" : "java_util_function_Function__input", "ofType" : null } }, @@ -5377,6 +5157,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_commons_functional_Railway__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_commons_functional_Railway__meta", @@ -5431,7 +5233,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -5455,7 +5257,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", "ofType" : null } }, @@ -5479,7 +5281,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", "ofType" : null } }, @@ -5503,7 +5305,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -5527,7 +5329,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -5576,6 +5378,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__meta", @@ -5630,7 +5454,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Consumer", + "name" : "java_util_function_Consumer__input", "ofType" : null } }, @@ -5654,7 +5478,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_BiFunction", + "name" : "java_util_function_BiFunction__input", "ofType" : null } }, @@ -5703,6 +5527,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_commons_functional_ThrowingFunction__meta", @@ -5757,7 +5603,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Function", + "name" : "java_util_function_Function__input", "ofType" : null } }, @@ -5781,7 +5627,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_Function", + "name" : "java_util_function_Function__input", "ofType" : null } }, @@ -5805,7 +5651,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_function_BiFunction", + "name" : "java_util_function_BiFunction__input", "ofType" : null } }, @@ -5854,6 +5700,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__meta", @@ -6018,6 +5886,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_commons_functional_Try__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_commons_functional_Try__meta", @@ -6072,7 +5962,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", "ofType" : null } }, @@ -6085,7 +5975,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", "ofType" : null } }, @@ -6109,7 +5999,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6133,7 +6023,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6157,7 +6047,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6192,7 +6082,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", "ofType" : null } }, @@ -6227,7 +6117,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", "ofType" : null } }, @@ -6251,7 +6141,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer", + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input", "ofType" : null } }, @@ -6286,7 +6176,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6310,7 +6200,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6334,7 +6224,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6358,7 +6248,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6382,7 +6272,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6406,7 +6296,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6419,7 +6309,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction", + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input", "ofType" : null } }, @@ -6443,7 +6333,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_concurrent_Callable", + "name" : "java_util_concurrent_Callable__input", "ofType" : null } }, @@ -6467,7 +6357,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_concurrent_Callable", + "name" : "java_util_concurrent_Callable__input", "ofType" : null } }, @@ -6491,7 +6381,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__java_util_concurrent_Callable", + "name" : "java_util_concurrent_Callable__input", "ofType" : null } }, @@ -6515,7 +6405,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingRunnable", + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__input", "ofType" : null } }, @@ -6553,6 +6443,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_core_metamodel_inspect_model_MMNode__meta", @@ -6653,6 +6565,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__meta", @@ -6762,6 +6696,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__meta", @@ -6872,7 +6828,7 @@ "description" : null, "type" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__university_dept_DeptHead", + "name" : "university_dept_DeptHead__input", "ofType" : null }, "defaultValue" : null @@ -6904,6 +6860,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "university_dept_Department__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "university_dept_Department__meta", @@ -7055,6 +7033,28 @@ "interfaces" : [ ], "enumValues" : null, "possibleTypes" : null + }, { + "kind" : "INPUT_OBJECT", + "name" : "university_dept_DeptHead__input", + "description" : null, + "fields" : null, + "inputFields" : [ { + "name" : "id", + "description" : null, + "type" : { + "kind" : "NON_NULL", + "name" : null, + "ofType" : { + "kind" : "SCALAR", + "name" : "ID", + "ofType" : null + } + }, + "defaultValue" : null + } ], + "interfaces" : null, + "enumValues" : null, + "possibleTypes" : null }, { "kind" : "OBJECT", "name" : "university_dept_DeptHead__meta", @@ -7120,7 +7120,7 @@ "name" : null, "ofType" : { "kind" : "INPUT_OBJECT", - "name" : "_gql_input__university_dept_Department", + "name" : "university_dept_Department__input", "ofType" : null } }, 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 5129aa023f..187c044465 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 @@ -27,286 +27,286 @@ "name" : "__Type" }, { "name" : "__TypeKind" - }, { - "name" : "_gql_input__causeway_applib_DomainObjectList" - }, { - "name" : "_gql_input__causeway_applib_FacetGroupNode" - }, { - "name" : "_gql_input__causeway_applib_ParameterNode" - }, { - "name" : "_gql_input__causeway_applib_PropertyNode" - }, { - "name" : "_gql_input__causeway_applib_RoleMemento" - }, { - "name" : "_gql_input__causeway_applib_TypeNode" - }, { - "name" : "_gql_input__causeway_applib_UserMemento" - }, { - "name" : "_gql_input__causeway_applib_node_ActionNode" - }, { - "name" : "_gql_input__causeway_applib_node_CollectionNode" - }, { - "name" : "_gql_input__causeway_applib_node_FacetAttrNode" - }, { - "name" : "_gql_input__causeway_applib_node_FacetNode" - }, { - "name" : "_gql_input__causeway_conf_ConfigurationProperty" - }, { - "name" : "_gql_input__causeway_conf_ConfigurationViewmodel" - }, { - "name" : "_gql_input__causeway_feat_ApplicationFeatureViewModel" - }, { - "name" : "_gql_input__causeway_feat_ApplicationNamespace" - }, { - "name" : "_gql_input__causeway_feat_ApplicationType" - }, { - "name" : "_gql_input__causeway_feat_ApplicationTypeAction" - }, { - "name" : "_gql_input__causeway_feat_ApplicationTypeCollection" - }, { - "name" : "_gql_input__causeway_feat_ApplicationTypeMember" - }, { - "name" : "_gql_input__causeway_feat_ApplicationTypeProperty" - }, { - "name" : "_gql_input__causeway_schema_metamodel_v2_DomainClassDto" - }, { - "name" : "_gql_input__causeway_security_LoginRedirect" - }, { - "name" : "_gql_input__causeway_testing_fixtures_FixtureResult" - }, { - "name" : "_gql_input__java_lang_Runnable" - }, { - "name" : "_gql_input__java_util_Map" - }, { - "name" : "_gql_input__java_util_SortedMap" - }, { - "name" : "_gql_input__java_util_concurrent_Callable" - }, { - "name" : "_gql_input__java_util_function_BiFunction" - }, { - "name" : "_gql_input__java_util_function_Consumer" - }, { - "name" : "_gql_input__java_util_function_Function" - }, { - "name" : "_gql_input__java_util_stream_Stream" - }, { - "name" : "_gql_input__org_apache_causeway_commons_functional_Either" - }, { - "name" : "_gql_input__org_apache_causeway_commons_functional_Railway" - }, { - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingConsumer" - }, { - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingFunction" - }, { - "name" : "_gql_input__org_apache_causeway_commons_functional_ThrowingRunnable" - }, { - "name" : "_gql_input__org_apache_causeway_commons_functional_Try" - }, { - "name" : "_gql_input__org_apache_causeway_core_metamodel_inspect_model_MMNode" - }, { - "name" : "_gql_input__org_apache_causeway_core_metamodel_inspect_model_MemberNode" - }, { - "name" : "_gql_input__org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript" - }, { - "name" : "_gql_input__university_dept_Department" - }, { - "name" : "_gql_input__university_dept_DeptHead" }, { "name" : "causeway_applib_DomainObjectList" + }, { + "name" : "causeway_applib_DomainObjectList__input" }, { "name" : "causeway_applib_DomainObjectList__meta" }, { "name" : "causeway_applib_FacetGroupNode" + }, { + "name" : "causeway_applib_FacetGroupNode__input" }, { "name" : "causeway_applib_FacetGroupNode__meta" }, { "name" : "causeway_applib_ParameterNode" + }, { + "name" : "causeway_applib_ParameterNode__input" }, { "name" : "causeway_applib_ParameterNode__meta" }, { "name" : "causeway_applib_PropertyNode" + }, { + "name" : "causeway_applib_PropertyNode__input" }, { "name" : "causeway_applib_PropertyNode__meta" }, { "name" : "causeway_applib_PropertyNode__mutators" }, { "name" : "causeway_applib_RoleMemento" + }, { + "name" : "causeway_applib_RoleMemento__input" }, { "name" : "causeway_applib_RoleMemento__meta" }, { "name" : "causeway_applib_TypeNode" + }, { + "name" : "causeway_applib_TypeNode__input" }, { "name" : "causeway_applib_TypeNode__meta" }, { "name" : "causeway_applib_UserMemento" + }, { + "name" : "causeway_applib_UserMemento__input" }, { "name" : "causeway_applib_UserMemento__meta" }, { "name" : "causeway_applib_UserMenu" }, { "name" : "causeway_applib_node_ActionNode" + }, { + "name" : "causeway_applib_node_ActionNode__input" }, { "name" : "causeway_applib_node_ActionNode__meta" }, { "name" : "causeway_applib_node_ActionNode__mutators" }, { "name" : "causeway_applib_node_CollectionNode" + }, { + "name" : "causeway_applib_node_CollectionNode__input" }, { "name" : "causeway_applib_node_CollectionNode__meta" }, { "name" : "causeway_applib_node_CollectionNode__mutators" }, { "name" : "causeway_applib_node_FacetAttrNode" + }, { + "name" : "causeway_applib_node_FacetAttrNode__input" }, { "name" : "causeway_applib_node_FacetAttrNode__meta" }, { "name" : "causeway_applib_node_FacetNode" + }, { + "name" : "causeway_applib_node_FacetNode__input" }, { "name" : "causeway_applib_node_FacetNode__meta" }, { "name" : "causeway_conf_ConfigurationMenu" }, { "name" : "causeway_conf_ConfigurationProperty" + }, { + "name" : "causeway_conf_ConfigurationProperty__input" }, { "name" : "causeway_conf_ConfigurationProperty__meta" }, { "name" : "causeway_conf_ConfigurationViewmodel" + }, { + "name" : "causeway_conf_ConfigurationViewmodel__input" }, { "name" : "causeway_conf_ConfigurationViewmodel__meta" }, { "name" : "causeway_feat_ApplicationFeatureViewModel" + }, { + "name" : "causeway_feat_ApplicationFeatureViewModel__input" }, { "name" : "causeway_feat_ApplicationFeatureViewModel__meta" }, { "name" : "causeway_feat_ApplicationNamespace" + }, { + "name" : "causeway_feat_ApplicationNamespace__input" }, { "name" : "causeway_feat_ApplicationNamespace__meta" }, { "name" : "causeway_feat_ApplicationType" }, { "name" : "causeway_feat_ApplicationTypeAction" + }, { + "name" : "causeway_feat_ApplicationTypeAction__input" }, { "name" : "causeway_feat_ApplicationTypeAction__meta" }, { "name" : "causeway_feat_ApplicationTypeCollection" + }, { + "name" : "causeway_feat_ApplicationTypeCollection__input" }, { "name" : "causeway_feat_ApplicationTypeCollection__meta" }, { "name" : "causeway_feat_ApplicationTypeMember" + }, { + "name" : "causeway_feat_ApplicationTypeMember__input" }, { "name" : "causeway_feat_ApplicationTypeMember__meta" }, { "name" : "causeway_feat_ApplicationTypeProperty" + }, { + "name" : "causeway_feat_ApplicationTypeProperty__input" }, { "name" : "causeway_feat_ApplicationTypeProperty__meta" + }, { + "name" : "causeway_feat_ApplicationType__input" }, { "name" : "causeway_feat_ApplicationType__meta" }, { "name" : "causeway_schema_metamodel_v2_DomainClassDto" + }, { + "name" : "causeway_schema_metamodel_v2_DomainClassDto__input" }, { "name" : "causeway_schema_metamodel_v2_DomainClassDto__meta" }, { "name" : "causeway_security_LoginRedirect" + }, { + "name" : "causeway_security_LoginRedirect__input" }, { "name" : "causeway_security_LoginRedirect__meta" }, { "name" : "causeway_security_LogoutMenu" }, { "name" : "causeway_testing_fixtures_FixtureResult" + }, { + "name" : "causeway_testing_fixtures_FixtureResult__input" }, { "name" : "causeway_testing_fixtures_FixtureResult__meta" }, { "name" : "java_lang_Runnable" + }, { + "name" : "java_lang_Runnable__input" }, { "name" : "java_lang_Runnable__meta" }, { "name" : "java_util_Map" + }, { + "name" : "java_util_Map__input" }, { "name" : "java_util_Map__meta" }, { "name" : "java_util_SortedMap" + }, { + "name" : "java_util_SortedMap__input" }, { "name" : "java_util_SortedMap__meta" }, { "name" : "java_util_concurrent_Callable" + }, { + "name" : "java_util_concurrent_Callable__input" }, { "name" : "java_util_concurrent_Callable__meta" }, { "name" : "java_util_function_BiFunction" + }, { + "name" : "java_util_function_BiFunction__input" }, { "name" : "java_util_function_BiFunction__meta" }, { "name" : "java_util_function_Consumer" + }, { + "name" : "java_util_function_Consumer__input" }, { "name" : "java_util_function_Consumer__meta" }, { "name" : "java_util_function_Function" + }, { + "name" : "java_util_function_Function__input" }, { "name" : "java_util_function_Function__meta" }, { "name" : "java_util_stream_Stream" + }, { + "name" : "java_util_stream_Stream__input" }, { "name" : "java_util_stream_Stream__meta" }, { "name" : "org_apache_causeway_commons_functional_Either" + }, { + "name" : "org_apache_causeway_commons_functional_Either__input" }, { "name" : "org_apache_causeway_commons_functional_Either__meta" }, { "name" : "org_apache_causeway_commons_functional_Either__mutators" }, { "name" : "org_apache_causeway_commons_functional_Railway" + }, { + "name" : "org_apache_causeway_commons_functional_Railway__input" }, { "name" : "org_apache_causeway_commons_functional_Railway__meta" }, { "name" : "org_apache_causeway_commons_functional_Railway__mutators" }, { "name" : "org_apache_causeway_commons_functional_ThrowingConsumer" + }, { + "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__input" }, { "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__meta" }, { "name" : "org_apache_causeway_commons_functional_ThrowingConsumer__mutators" }, { "name" : "org_apache_causeway_commons_functional_ThrowingFunction" + }, { + "name" : "org_apache_causeway_commons_functional_ThrowingFunction__input" }, { "name" : "org_apache_causeway_commons_functional_ThrowingFunction__meta" }, { "name" : "org_apache_causeway_commons_functional_ThrowingFunction__mutators" }, { "name" : "org_apache_causeway_commons_functional_ThrowingRunnable" + }, { + "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__input" }, { "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__meta" }, { "name" : "org_apache_causeway_commons_functional_ThrowingRunnable__mutators" }, { "name" : "org_apache_causeway_commons_functional_Try" + }, { + "name" : "org_apache_causeway_commons_functional_Try__input" }, { "name" : "org_apache_causeway_commons_functional_Try__meta" }, { "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__input" }, { "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__input" }, { "name" : "org_apache_causeway_core_metamodel_inspect_model_MemberNode__meta" }, { "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__input" }, { "name" : "org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__meta" }, { "name" : "university_dept_Department" }, { "name" : "university_dept_DepartmentMenu" + }, { + "name" : "university_dept_Department__input" }, { "name" : "university_dept_Department__meta" }, { "name" : "university_dept_DeptHead" }, { "name" : "university_dept_DeptHeadMenu" + }, { + "name" : "university_dept_DeptHead__input" }, { "name" : "university_dept_DeptHead__meta" }, { diff --git a/incubator/viewers/graphql/test/src/test/resources/schema.gql b/incubator/viewers/graphql/test/src/test/resources/schema.gql index 21aca7cbaa..e2cc0124de 100644 --- a/incubator/viewers/graphql/test/src/test/resources/schema.gql +++ b/incubator/viewers/graphql/test/src/test/resources/schema.gql @@ -434,11 +434,11 @@ type org_apache_causeway_commons_functional_Either__meta { } type org_apache_causeway_commons_functional_Either__mutators { - accept(leftConsumer: _gql_input__java_util_function_Consumer!, rightConsumer: _gql_input__java_util_function_Consumer!): String + accept(leftConsumer: java_util_function_Consumer__input!, rightConsumer: java_util_function_Consumer__input!): String left: String - map(leftMapper: _gql_input__java_util_function_Function!, rightMapper: _gql_input__java_util_function_Function!): org_apache_causeway_commons_functional_Either - mapLeft(leftMapper: _gql_input__java_util_function_Function!): org_apache_causeway_commons_functional_Either - mapRight(rightMapper: _gql_input__java_util_function_Function!): org_apache_causeway_commons_functional_Either + map(leftMapper: java_util_function_Function__input!, rightMapper: java_util_function_Function__input!): org_apache_causeway_commons_functional_Either + mapLeft(leftMapper: java_util_function_Function__input!): org_apache_causeway_commons_functional_Either + mapRight(rightMapper: java_util_function_Function__input!): org_apache_causeway_commons_functional_Either right: String } @@ -455,11 +455,11 @@ type org_apache_causeway_commons_functional_Railway__meta { } 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 - mapFailure(failureMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Railway - mapSuccess(successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Railway + chain(chainingFunction: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Railway + ifFailure(failureConsumer: org_apache_causeway_commons_functional_ThrowingConsumer__input!): org_apache_causeway_commons_functional_Railway + ifSuccess(successConsumer: org_apache_causeway_commons_functional_ThrowingConsumer__input!): org_apache_causeway_commons_functional_Railway + mapFailure(failureMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Railway + mapSuccess(successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Railway } type org_apache_causeway_commons_functional_ThrowingConsumer { @@ -473,8 +473,8 @@ type org_apache_causeway_commons_functional_ThrowingConsumer__meta { } 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 + andThen(arg0: java_util_function_Consumer__input!): java_util_function_Consumer + throwing(exceptionWrapper: java_util_function_BiFunction__input!): org_apache_causeway_commons_functional_ThrowingConsumer } type org_apache_causeway_commons_functional_ThrowingFunction { @@ -488,9 +488,9 @@ type org_apache_causeway_commons_functional_ThrowingFunction__meta { } 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 + andThen(arg0: java_util_function_Function__input!): java_util_function_Function + compose(arg0: java_util_function_Function__input!): java_util_function_Function + throwing(exceptionWrapper: java_util_function_BiFunction__input!): org_apache_causeway_commons_functional_ThrowingFunction } type org_apache_causeway_commons_functional_ThrowingRunnable { @@ -524,26 +524,26 @@ type org_apache_causeway_commons_functional_Try__meta { } 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 - flatMapSuccessWhenPresent(successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try + accept(failureConsumer: org_apache_causeway_commons_functional_ThrowingConsumer__input!, successConsumer: org_apache_causeway_commons_functional_ThrowingConsumer__input!): org_apache_causeway_commons_functional_Try + flatMapSuccess(successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try + flatMapSuccessAsNullable(successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try + flatMapSuccessWhenPresent(successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try ifAbsentFail: org_apache_causeway_commons_functional_Try - ifFailure(exceptionConsumer: _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer!): org_apache_causeway_commons_functional_Try + ifFailure(exceptionConsumer: org_apache_causeway_commons_functional_ThrowingConsumer__input!): org_apache_causeway_commons_functional_Try ifFailureFail: org_apache_causeway_commons_functional_Try - ifSuccess(valueConsumer: _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer!): org_apache_causeway_commons_functional_Try - ifSuccessAsNullable(valueConsumer: _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer!): org_apache_causeway_commons_functional_Try + ifSuccess(valueConsumer: org_apache_causeway_commons_functional_ThrowingConsumer__input!): org_apache_causeway_commons_functional_Try + ifSuccessAsNullable(valueConsumer: org_apache_causeway_commons_functional_ThrowingConsumer__input!): org_apache_causeway_commons_functional_Try mapEmptyToFailure: org_apache_causeway_commons_functional_Try - mapFailure(failureMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try - mapFailureToSuccess(recoveryMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try - mapSuccess(successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try - mapSuccessAsNullable(successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try - mapSuccessWhenPresent(successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Try - mapToEither(failureMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!, successMapper: _gql_input__org_apache_causeway_commons_functional_ThrowingFunction!): org_apache_causeway_commons_functional_Either - orCall(fallback: _gql_input__java_util_concurrent_Callable!): org_apache_causeway_commons_functional_Try - then(next: _gql_input__java_util_concurrent_Callable!): org_apache_causeway_commons_functional_Try - thenCall(callable: _gql_input__java_util_concurrent_Callable!): org_apache_causeway_commons_functional_Try - thenRun(runnable: _gql_input__org_apache_causeway_commons_functional_ThrowingRunnable!): org_apache_causeway_commons_functional_Try + mapFailure(failureMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try + mapFailureToSuccess(recoveryMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try + mapSuccess(successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try + mapSuccessAsNullable(successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try + mapSuccessWhenPresent(successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Try + mapToEither(failureMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!, successMapper: org_apache_causeway_commons_functional_ThrowingFunction__input!): org_apache_causeway_commons_functional_Either + orCall(fallback: java_util_concurrent_Callable__input!): org_apache_causeway_commons_functional_Try + then(next: java_util_concurrent_Callable__input!): org_apache_causeway_commons_functional_Try + thenCall(callable: java_util_concurrent_Callable__input!): org_apache_causeway_commons_functional_Try + thenRun(runnable: org_apache_causeway_commons_functional_ThrowingRunnable__input!): org_apache_causeway_commons_functional_Try } type org_apache_causeway_core_metamodel_inspect_model_MMNode { @@ -589,7 +589,7 @@ type university_dept_Department { } type university_dept_DepartmentMenu { - createDepartment(deptHead: _gql_input__university_dept_DeptHead, name: String!): university_dept_Department + createDepartment(deptHead: university_dept_DeptHead__input, name: String!): university_dept_Department findAllDepartments: [university_dept_Department] } @@ -618,174 +618,174 @@ type university_dept_DeptHead__meta { } type university_dept_DeptHead__mutators { - changeDepartment(department: _gql_input__university_dept_Department!): university_dept_DeptHead + changeDepartment(department: university_dept_Department__input!): university_dept_DeptHead changeName(newName: String!): university_dept_DeptHead } -input _gql_input__causeway_applib_DomainObjectList { +input causeway_applib_DomainObjectList__input { id: ID! } -input _gql_input__causeway_applib_FacetGroupNode { +input causeway_applib_FacetGroupNode__input { id: ID! } -input _gql_input__causeway_applib_ParameterNode { +input causeway_applib_ParameterNode__input { id: ID! } -input _gql_input__causeway_applib_PropertyNode { +input causeway_applib_PropertyNode__input { id: ID! } -input _gql_input__causeway_applib_RoleMemento { +input causeway_applib_RoleMemento__input { id: ID! } -input _gql_input__causeway_applib_TypeNode { +input causeway_applib_TypeNode__input { id: ID! } -input _gql_input__causeway_applib_UserMemento { +input causeway_applib_UserMemento__input { id: ID! } -input _gql_input__causeway_applib_node_ActionNode { +input causeway_applib_node_ActionNode__input { id: ID! } -input _gql_input__causeway_applib_node_CollectionNode { +input causeway_applib_node_CollectionNode__input { id: ID! } -input _gql_input__causeway_applib_node_FacetAttrNode { +input causeway_applib_node_FacetAttrNode__input { id: ID! } -input _gql_input__causeway_applib_node_FacetNode { +input causeway_applib_node_FacetNode__input { id: ID! } -input _gql_input__causeway_conf_ConfigurationProperty { +input causeway_conf_ConfigurationProperty__input { id: ID! } -input _gql_input__causeway_conf_ConfigurationViewmodel { +input causeway_conf_ConfigurationViewmodel__input { id: ID! } -input _gql_input__causeway_feat_ApplicationFeatureViewModel { +input causeway_feat_ApplicationFeatureViewModel__input { id: ID! } -input _gql_input__causeway_feat_ApplicationNamespace { +input causeway_feat_ApplicationNamespace__input { id: ID! } -input _gql_input__causeway_feat_ApplicationType { +input causeway_feat_ApplicationTypeAction__input { id: ID! } -input _gql_input__causeway_feat_ApplicationTypeAction { +input causeway_feat_ApplicationTypeCollection__input { id: ID! } -input _gql_input__causeway_feat_ApplicationTypeCollection { +input causeway_feat_ApplicationTypeMember__input { id: ID! } -input _gql_input__causeway_feat_ApplicationTypeMember { +input causeway_feat_ApplicationTypeProperty__input { id: ID! } -input _gql_input__causeway_feat_ApplicationTypeProperty { +input causeway_feat_ApplicationType__input { id: ID! } -input _gql_input__causeway_schema_metamodel_v2_DomainClassDto { +input causeway_schema_metamodel_v2_DomainClassDto__input { id: ID! } -input _gql_input__causeway_security_LoginRedirect { +input causeway_security_LoginRedirect__input { id: ID! } -input _gql_input__causeway_testing_fixtures_FixtureResult { +input causeway_testing_fixtures_FixtureResult__input { id: ID! } -input _gql_input__java_lang_Runnable { +input java_lang_Runnable__input { id: ID! } -input _gql_input__java_util_Map { +input java_util_Map__input { id: ID! } -input _gql_input__java_util_SortedMap { +input java_util_SortedMap__input { id: ID! } -input _gql_input__java_util_concurrent_Callable { +input java_util_concurrent_Callable__input { id: ID! } -input _gql_input__java_util_function_BiFunction { +input java_util_function_BiFunction__input { id: ID! } -input _gql_input__java_util_function_Consumer { +input java_util_function_Consumer__input { id: ID! } -input _gql_input__java_util_function_Function { +input java_util_function_Function__input { id: ID! } -input _gql_input__java_util_stream_Stream { +input java_util_stream_Stream__input { id: ID! } -input _gql_input__org_apache_causeway_commons_functional_Either { +input org_apache_causeway_commons_functional_Either__input { id: ID! } -input _gql_input__org_apache_causeway_commons_functional_Railway { +input org_apache_causeway_commons_functional_Railway__input { id: ID! } -input _gql_input__org_apache_causeway_commons_functional_ThrowingConsumer { +input org_apache_causeway_commons_functional_ThrowingConsumer__input { id: ID! } -input _gql_input__org_apache_causeway_commons_functional_ThrowingFunction { +input org_apache_causeway_commons_functional_ThrowingFunction__input { id: ID! } -input _gql_input__org_apache_causeway_commons_functional_ThrowingRunnable { +input org_apache_causeway_commons_functional_ThrowingRunnable__input { id: ID! } -input _gql_input__org_apache_causeway_commons_functional_Try { +input org_apache_causeway_commons_functional_Try__input { id: ID! } -input _gql_input__org_apache_causeway_core_metamodel_inspect_model_MMNode { +input org_apache_causeway_core_metamodel_inspect_model_MMNode__input { id: ID! } -input _gql_input__org_apache_causeway_core_metamodel_inspect_model_MemberNode { +input org_apache_causeway_core_metamodel_inspect_model_MemberNode__input { id: ID! } -input _gql_input__org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript { +input org_apache_causeway_testing_fixtures_applib_fixturescripts_FixtureScript__input { id: ID! } -input _gql_input__university_dept_Department { +input university_dept_Department__input { id: ID! } -input _gql_input__university_dept_DeptHead { +input university_dept_DeptHead__input { id: ID! }
