-
Notifications
You must be signed in to change notification settings - Fork 439
Open
Description
I got this error while trying to build this template . I have used the template in datoCMS which pre seeds all the data.
But there seem to be few field removed for datoCMS
{
message: "Field 'isLive' doesn't exist on type 'StageRecord'",
locations: [ [Object] ],
path: [ 'query', 'allStages', 'isLive' ],
extensions: {
code: 'undefinedField',
typeName: 'StageRecord',
fieldName: 'isLive'
}
},
{
message: "Field 'roomId' doesn't exist on type 'StageRecord'",
locations: [ [Object] ],
path: [ 'query', 'allStages', 'roomId' ],
extensions: {
code: 'undefinedField',
typeName: 'StageRecord',
fieldName: 'roomId'
}
}
Metadata
Metadata
Assignees
Labels
No labels