This tool is exactly what i need, except one is the typeDefs declaration
export const typeDefs = ["..."];
I already have another tool handle the schema stuff, all I need is just interface from the graphql and I want an option to skip typeDefs declaration.
I can help you on providing the PR but we need to discuss first about the option name.
I think --skip-typedefs is a good one.
What do you think ?
This tool is exactly what i need, except one is the typeDefs declaration
I already have another tool handle the schema stuff, all I need is just interface from the graphql and I want an option to skip typeDefs declaration.
I can help you on providing the PR but we need to discuss first about the option name.
I think
--skip-typedefsis a good one.What do you think ?