rsnext/examples/with-relay-modern/schema/init-schema.graphql

7 lines
135 B
GraphQL
Raw Normal View History

2017-08-14 18:41:12 +02:00
type BlogPost implements Node {
content: String!
createdAt: DateTime!
id: ID! @isUnique
title: String!
updatedAt: DateTime!
}