Add id to file type for react key

This commit is contained in:
Michael Merrill 2017-04-04 12:04:40 -06:00
parent e0303e6363
commit 70e48c49af

View File

@ -1,4 +1,5 @@
type File {
id: String!
name: String!
type: String!
size: Int!