feat: add useCreateOneRelationMetadata and useRelationMetadata (#2559)
Closes #2423
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
import { RelationMetadataType } from '~/generated-metadata/graphql';
|
||||
|
||||
export type RelationType =
|
||||
| Exclude<RelationMetadataType, 'MANY_TO_MANY'>
|
||||
| 'MANY_TO_ONE';
|
||||
Reference in New Issue
Block a user