apollo - How to create an enum variable using ApolloStack/GraphQL with a special character? -


i'm trying create graphql enum type using apollostack. nothing seems work. reference, please see example code.

enum test {     abc     dog     dog/cat } 

in example above, dog/cat cause server not work.

i not sure using '/' possible when declaring enumeration values.

try switching name of 'dog/cat' somthing 'animal'


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -