Skip to content

DatoCMS template Schema has been changed (virtual events) #84

@Udit-takkar

Description

@Udit-takkar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions