Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建以下模式的字段定义
data: [Data] @relation(reltype: "MANY_TO_MANY", destinationField: "data”)
但无法定义代表此架构的指令
FieldDefinition("data", ListType(NamedType("data")), Vector.empty,Vector(DirectiveDefinition())),