You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am the author of Pothos (https://pothos-graphql.dev/) and was just working on updating some outdated docs on building graphql APIs in deno. I was wondering if it would make sense to support obsidian as well, and describe how to get that set up in the pothos/deno docs.
It looks like currently it might be a little tricky because Obsidian only accepts typedefs/resolvers and builds an executable schema. Pothos generates a schema directly with resolvers already added to the GraphQL types. Would be great if we could just pass in a schema directly!
The text was updated successfully, but these errors were encountered:
Hey!
I am the author of Pothos (https://pothos-graphql.dev/) and was just working on updating some outdated docs on building graphql APIs in deno. I was wondering if it would make sense to support obsidian as well, and describe how to get that set up in the pothos/deno docs.
It looks like currently it might be a little tricky because Obsidian only accepts typedefs/resolvers and builds an executable schema. Pothos generates a schema directly with resolvers already added to the GraphQL types. Would be great if we could just pass in a schema directly!
The text was updated successfully, but these errors were encountered: