From 70e48c49afb5a4e755ec654881edcc7a5022dcba Mon Sep 17 00:00:00 2001 From: Michael Merrill Date: Tue, 4 Apr 2017 12:04:40 -0600 Subject: [PATCH] Add id to file type for react key --- api/schema.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/api/schema.graphql b/api/schema.graphql index deab78d..e9919b6 100644 --- a/api/schema.graphql +++ b/api/schema.graphql @@ -1,4 +1,5 @@ type File { + id: String! name: String! type: String! size: Int!