realm / realm-graphql-service

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

Ignore properties containing underscores #55

Closed nirinchev closed 6 years ago

nirinchev commented 6 years ago

Fixes https://github.com/realm/realm-graphql-service/issues/54 Fixes https://github.com/realm/realm-graphql-service/issues/51

This will remove such properties/types from the GraphQL schema. There are ways to preserve and rename them, but it seems quite confusing and unless someone explicitly requests it, I believe this is the safer approach.