Hi, running into a problem setting up graphcool fo...
# prisma-whats-new
j
Hi, running into a problem setting up graphcool following the instructions on https://github.com/graphcool-examples/react-graphql/tree/master/quickstart-with-apollo After "graphcool init --schema https://graphqlbin.com/instagram.graphql", the response is "The schema is invalid: All models must specify the
id
field: `id: ID! @isUnique`" The instagram.graphql schema is "type Post { description: String! imageUrl: String! }
n
hey @jspr thanks for reporting - let me fix the schema right away 🙂
@jspr it should work now, sorry for the inconvenience!
👍 1