effect icon indicating copy to clipboard operation
effect copied to clipboard

Effect/schema from schema to graphql schema

Open algoflows opened this issue 1 year ago • 0 comments

What is the problem this feature would solve?

Would love to be able to generate graphql schema from our schema designs using effect/schema. Currently we can target json but it would be fantastic to generate graphql schemas as well.

What is the feature you are proposing to solve the problem?

Trying to minimise all the libs we need to install, if we can mitigate the need to gen graphql from other packages and keep everything simple using effect/schema that would be great.

What alternatives have you considered?

Drizzle orm to generate both schema and graphql from the scheme design. But we would prefer to use effect libs only.

algoflows avatar Apr 22 '24 09:04 algoflows