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())),