Skip to content

Commit 3c3e86d

Browse files
committed
chore
1 parent a3969cc commit 3c3e86d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/src/schema.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ const { gql } = require('apollo-server')
44
* Type Definitions for our Schema using the SDL.
55
*/
66
const typeDefs = gql`
7-
type User {
8-
id: ID!
9-
username: String!
10-
}
7+
118
129
`;
1310

0 commit comments

Comments
 (0)