graphql

2019-08-27T06:19:41.037300Z

Do you need this: https://lacinia.readthedocs.io/en/latest/resolve/async.html ?

bostonaholic 2019-08-27T23:51:16.038800Z

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

bostonaholic 2019-08-27T23:51:53.039600Z

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

bostonaholic 2019-08-27T23:52:33.040300Z

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