Hector Aguilar
Results
1
comments of
Hector Aguilar
Following the example, posible workarounds I have found for deal with this: ``` type Brand { id: ID! franchise_id: Int country_id: Int name: String! website: String created_at: DateTime updated_at: DateTime...