input AMPLIFY { globalAuthRule: AuthRule = { allow: public } } type Todo @model { id: ID! content: String }