rsnext/examples/with-relay-modern/schema/init-schema.graphql
2017-08-14 18:41:12 +02:00

7 lines
No EOL
135 B
GraphQL

type BlogPost implements Node {
content: String!
createdAt: DateTime!
id: ID! @isUnique
title: String!
updatedAt: DateTime!
}