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.
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.