From ee09df7dee16a7b44711159c60c54cc9365be35e Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 14 Aug 2018 15:39:34 -0400 Subject: stepped --- finished-application/backend/src/schema.graphql | 1 + 1 file changed, 1 insertion(+) (limited to 'finished-application/backend/src/schema.graphql') diff --git a/finished-application/backend/src/schema.graphql b/finished-application/backend/src/schema.graphql index 07533eb..9c4a200 100644 --- a/finished-application/backend/src/schema.graphql +++ b/finished-application/backend/src/schema.graphql @@ -3,6 +3,7 @@ type Query { me: User + users: [User]! order(id: ID!): Order! orders(where: OrderWhereInput, orderBy: OrderOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Order]! items(where: ItemWhereInput, orderBy: ItemOrderByInput, skip: Int, after: String, before: String, first: Int, last: Int): [Item]! -- cgit v1.3