api-platform / api-platform/schema-generator
How-to define a custom property name
Đang mở
- Ngôn ngữ chính
- PHP
- Star
- 474
- Fork
- 107
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.