enum PostStatus { ACTIVE INACTIVE STAGED # new enum value } type Post @model { id: ID! title: String! rating: Int! status: PostStatus! }.
確定! 回上一頁