使用未声明的类型-Swift-AWS Amplify

时间:2019-03-22 21:58:37

标签: swift xcode aws-amplify

我正在研究发布在此处的出色示例应用程序:

https://github.com/aws-samples/aws-mobile-appsync-events-starter-ios/tree/master/EventsApp

在第28行重新创建EventDetails.swift时,出现错误消息:“使用未声明的类型...”。

var event: Event?

我正在使用其他架构和数据类型重新创建示例应用程序。我不知道在何处定义事件数据类型,因此我不知道在何处/如何创建等效数据类型。就我而言,我正在使用“商店”而不是“事件”。当我用“商店”代替“事件”时,出现上述错误。感谢您的帮助。

这是schema.graphql文件:

type Store @model {
id: ID!
name: String!
number: String!
street_address: Stringx
city: String
state: String
zip_code: String
}

1 个答案:

答案 0 :(得分:0)

没有这样的类型

Stringx

您用于street_address的地址。