api-platform / api-platform/schema-generator
How-to define a custom property name
Open
- Dominant language
- PHP
- Stars
- 474
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```
User:
guessFrom: "Person"
properties:
email: { unique: true, nullable: false }
email2: { nullable: false, guessFrom: "email" }
```
The `guessFrom` option is not recognized for the field type.
Contributor guide
Assessment
This issue has not been assessed yet.