Fork me on GitHub
#graphql
<
2019-08-27
>
bostonaholic23:08:16

More of a lacinia question, but any idea why enums and other names are restricted by this regex? https://github.com/walmartlabs/lacinia/blob/v0.30.0/src/com/walmartlabs/lacinia/schema.clj#L48

bostonaholic23:08:53

e.g. we cannot have [:FOO:BAR :BAZ:QUXX] as valid enums

bostonaholic23:08:33

searching the web and graphql docs for “GraphQL identifier” is not yielding anything helpful