A GraphQL schema bridge for uniforms, a React library for building forms from schemas. This package allows you to generate forms automatically from a GraphQL schema. Version 0.0.2 is experimental; the stable version is part of the main uniforms package. Unlike JSON Schema bridges, this one leverages GraphQL type system. It ships TypeScript types and is part of the Vazco uniforms ecosystem. Release cadence follows the main uniforms repo.
npm install uniforms-react18-bridge-graphqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a GraphQLBridge from a GraphQL schema AST and use it with uniforms AutoForm.
Import and use buildASTSchema to convert SDL string to GraphQLSchema object before passing to bridge.
Always provide the 'type' option with the name of the GraphQL type (e.g., 'User').
Watch the uniforms repository for updates and migration guides.
Use buildASTSchema from the 'graphql' package to convert SDL to schema.
Add { type: 'YourTypeName' } as second argument to GraphQLBridge.No dependency data recorded yet.