what is the recommended way to get the complete gr...
# prisma-whats-new
m
what is the recommended way to get the complete graphcool graphql schema, including the generated crud mutations and relation mutations etc? If it's even possible that is 😛
i
Check out
graphql-cli
m
gah, these abbrivations are killing me. Sometime you don't know if it's graphcool related libs or not when it's the same abbr same the overall standrad name 😛
Thanks!
i
Haha, that’s why I love scoped packages
I really wish Apollo would do that
m
would certainly help out noobs like me 😛
i
I’m building a framework and am only doing scoped packages
@lib/core
,
@lib/routing
, etc is so nice and easy!
Although, I’m not a fan of using
@lib/core
and
@lib/common
together. There isn’t enough distinction between common and core
m
yeah, isn't naming always a bitch 🙂
i
Haha, pretty much