type Post @auth(rules: [{ operations: [CREATE], isAuthenticated: true }]) { title: String! }