mattkrick / cashay

:moneybag: Relay for the rest of us :moneybag:
MIT License
453 stars 28 forks source link

Add blacklist for query/mutation/subscription #76

Open mattkrick opened 8 years ago

mattkrick commented 8 years ago

Some queries never need to make it to the client, they're just for the server. We should blacklist those when we create the client schema to keep it small.