hey everyone, trying to access the sample endpoint...
# prisma-whats-new
c
hey everyone, trying to access the sample endpoints but they aren't serving any data?
Copy code
'<https://api.graph.cool/simple/v1/apollo-engine-demo-posts>'
Copy code
query {
  allFiles {
    contentType
    createdAt
    id
    name
    secret
  }
}
Copy code
{
  "data": {
    "allFiles": []
  }
}
n
try
Copy code
query {
  allPosts {
    id
  }
}