#Setting Specific Values for Relationship Dropdowns
4 messages · Page 1 of 1 (latest)
Original message from @harsh silo - Moved from #general message
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- Relationship Field - Admin config
- Adding your own Queries and Mutations - Resolver function
- Implementing Live Preview in your app - Troubleshooting - Relationships and/or uploads disappear after editing a document
- Preventing Production API Abuse - Introduction - Limiting GraphQL Complexity
- Relationship Field - How the data is saved - Has Many - Polymorphic
like this, use on collection:
{
slug: 'category',
admin: {
useAsTitle: 'title', // <- should be same as name of field
}
}