Skip to content

Latest commit

 

History

History

uix-autofill-relation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

UI Extensions ⨯ Autofill Relation

Join our Slack

This is a simple relation field, which autofills the relation value with the first entry available.

How to Use

Deploy the code to Vercel, or run locally, and install on Hygraph as a UI extension using the URL to your index page as the URL for your extension, and run the compatibility test.

Follow the docs about Hygraph UI extensions.

Download Manually

npx degit hygraph/hygraph-examples/uix-autofill-relation uix-autofill-relation

Install & Run:

cd uix-autofill-relation
npm install
npm run start
# or
cd uix-autofill-relation
yarn
yarn start