Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: add GQLoom to ecosystem #855

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

xcfox
Copy link
Contributor

@xcfox xcfox commented Sep 28, 2024

I'm excited to introduce you to GQLoom.

GQLoom is a GraphQL weaver for TypeScript/JavaScript that weaves GraphQL Schema and resolvers using Valibot, Zod, or Yup, and supports sophisticated type inference to provide the best development experience.

Hello World

import { resolver, query, weave } from "@gqloom/valibot"
import * as v from "valibot"

const HelloResolver = resolver({
  hello: query(v.string(), () => "world"),
})

export const schema = weave(HelloResolver)

Copy link

pkg-pr-new bot commented Sep 28, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/valibot@855

commit: b3fa7c7

@fabian-hiller
Copy link
Owner

Thank you for supporting Valibot! 🙏

@fabian-hiller fabian-hiller self-assigned this Sep 30, 2024
@fabian-hiller fabian-hiller added the documentation Improvements or additions to documentation label Sep 30, 2024
@fabian-hiller fabian-hiller merged commit 3b78c43 into fabian-hiller:main Sep 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants