-
Notifications
You must be signed in to change notification settings - Fork 870
docs: add GQLoom to graphql.mdx #7386
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
Open
xcfox
wants to merge
1
commit into
prisma:main
Choose a base branch
from
xcfox:gqloom
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
site:github.com/prisma/prisma-examples graphql-gqloom💡 Result:
I searched the prisma/prisma-examples repo for "graphql-gqloom" and found no matching example. The prisma examples repo index is here. [1] The GQLoom project (gqloom) is a separate repo (modevol-com/gqloom) and not part of prisma/prisma-examples. [2]
Sources:
🌐 Web query:
https://pris.ly/e/ts/graphql-gqloom Prisma GQLoom example💡 Result:
The pris.ly link redirects to the Prisma site. GQLoom is a separate Code‑First GraphQL library that can weave Prisma models into a GraphQL schema via the @gqloom/prisma package and provide quick CRUD resolvers via its resolver factory.
Quick steps
Minimal (conceptual) flow — see GQLoom docs for exact APIs
Links / references
If you want, I can fetch a concrete copy‑paste example (exact imports/API usage) from the GQLoom Prisma docs and show a runnable snippet. Which would you prefer?
🌐 Web query:
Prisma examples GQLoom GraphQL repository💡 Result:
Here are the relevant repositories/docs:
References:
[1] https://github.com/modevol-com/gqloom
[2] https://gqloom.dev/
[3] https://github.com/prisma/prisma-examples
Remove or clarify the GQLoom entry—the link does not resolve to a published Prisma example.
The short link
https://pris.ly/e/ts/graphql-gqloomdoes not point to an example in theprisma/prisma-examplesrepository. GQLoom is a separate, third-party GraphQL library with Prisma integration (@gqloom/prisma), not a Prisma-published example. Including it in a table of Prisma examples is misleading. Either remove this entry to maintain accuracy, or reframe the table to explicitly include third-party integrations and update the link to point directly to GQLoom's documentation or repository rather than implying a Prisma example exists.🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link should be available after the related PR is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.