From c00ff4192653a8fe70551d572efc0247475dbcf8 Mon Sep 17 00:00:00 2001 From: Michael Merrill Date: Tue, 4 Apr 2017 23:27:06 -0600 Subject: [PATCH] Remove id from file type --- api/schema.graphql | 1 - 1 file changed, 1 deletion(-) diff --git a/api/schema.graphql b/api/schema.graphql index e9919b6..deab78d 100644 --- a/api/schema.graphql +++ b/api/schema.graphql @@ -1,5 +1,4 @@ type File { - id: String! name: String! type: String! size: Int!