Роман Сохарев
Роман Сохарев
**sould be** - [ ] Lumen support - [ ] Local Storage Driver - [ ] Request Collections - [ ] Import postman's requests - [ ] Different domains support...
Проблема в том, что при некаскадном сохранении, связи не сохраняются, даже если "держателем" fk является сохраняемая сущность ```php $message = new Message(); $message->topic = 'blalalbla' // Устанавливаем отправителя на сообщение...
```elm enum Category { PROGRAMMING_LANGUAGES API_DESIGN } extend enum Category { UI_DESIGN } ``` This syntax should work same as `extend type` (preprocessing).
Just a bookmark ) ```graphql wrapper Page($ofType: Type) { total: Int list: [$ofType!]! } type Query { users(page: Int, perPage: Int): Page(ofType: User) } ```
I can't create pull request without instructions how to build/test poject.