realm / realm-graphql-service

GraphQL service for Realm Object Server
https://realm.io
Apache License 2.0
43 stars 10 forks source link

Lift class name restrictions #60

Open nirinchev opened 6 years ago

nirinchev commented 6 years ago

Currently, we assume classes are PascalCase-d singular nouns. This will likely cover the majority of the use cases but may lead to obscure errors for people who don't follow these conventions or have both a singular and plural version of the same class (see https://github.com/realm/realm-graphql-service/issues/59). We should figure out a way to support them.