[
https://issues.apache.org/jira/browse/CAUSEWAY-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Kalbfus updated CAUSEWAY-3741:
------------------------------------
Description:
When opening the graphql viewer, error is reported:
```
Caused by: graphql.AssertException: Name must be non-null, non-empty and match
[_A-Za-z][_0-9A-Za-z]* - was 'uoct-reconcile_ActionCodeOffenseCitation'
at graphql.Assert.assertValidName(Assert.java:117)
at
graphql.schema.GraphQLEnumValueDefinition.<init>(GraphQLEnumValueDefinition.java:44)
at
graphql.schema.GraphQLEnumValueDefinition$Builder.build(GraphQLEnumValueDefinition.java:270)
at
org.apache.causeway.viewer.graphql.model.context.Context.lambda$doComputeLogicalTypeNames$4(Context.java:126)
```
was:When opening the graphql viewer, error is reported:
> Graphql rejects namespace when it includes a hyphen
> ---------------------------------------------------
>
> Key: CAUSEWAY-3741
> URL: https://issues.apache.org/jira/browse/CAUSEWAY-3741
> Project: Causeway
> Issue Type: Bug
> Components: Viewer GraphQL
> Affects Versions: 3.0.0
> Reporter: Brian Kalbfus
> Assignee: Daniel Keir Haywood
> Priority: Major
>
> When opening the graphql viewer, error is reported:
> ```
> Caused by: graphql.AssertException: Name must be non-null, non-empty and
> match [_A-Za-z][_0-9A-Za-z]* - was 'uoct-reconcile_ActionCodeOffenseCitation'
> at graphql.Assert.assertValidName(Assert.java:117)
> at
> graphql.schema.GraphQLEnumValueDefinition.<init>(GraphQLEnumValueDefinition.java:44)
> at
> graphql.schema.GraphQLEnumValueDefinition$Builder.build(GraphQLEnumValueDefinition.java:270)
> at
> org.apache.causeway.viewer.graphql.model.context.Context.lambda$doComputeLogicalTypeNames$4(Context.java:126)
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)