休息时管理员:错误数据格式

时间:2017-07-12 11:41:29

标签: reactjs admin-on-rest

我使用admin-on-rest和aor-simple-graphql-client来处理apollo服务器。但是当我尝试使用admin-on-rest编辑或创建时出错。

此图显示数据的格式。

This picture show the format of the data

Admin on rest不知道$ name,但$ name是数据的一部分。 我使用的回购:https://github.com/JeresB/cuistot-aor

1 个答案:

答案 0 :(得分:0)

您的Workshop确实需要nameschema.js):

createWorkshop(
    id: ID, name: String!, price: Int!, duration: Int!, min_gourmet: Int!,
    max_gourmet: Int!, description: String!, pictures: JSON, kitchen_id: ID,
    cook_id: ID, workshop_date: Date!
): Workshop