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
Post a Comment