clay

Results 35 comments of clay

You can create a new array like: ```ts import { CountryRegionData } from 'react-country-region-selector'; const regionData = [...CountryRegionData, { ...newStuff }]; ```

I don't have a lot of free time either but I'll see what I can do to help out.

I would think this functionality is best kept in the resolver, right? I can see the use-case of having custom directives but I would imagine this project abstracting over that...

Hey, I'd be down to contribute as often as I could. I can't commit to collab status but I could probably shoot a PR or two per week. (If you...

Hmmm. I could probably commit in like 2 - 3 weeks. I'm pretty busy until then, but things should be dying down for me

Not the ideal scenario but it's the best I have 😄

^ Maybe a win-win could be setting up a `tsconfig.json` and transpiling (in a `pre-commit` hook) the TS to JS. There would still have to be a bit of refactoring...

You don't need to specify `graphcool/templates`. Running `gc add-template messaging/mailgun` should work for you. If it does not, then it's a bug