Skip to content

Commit 19e6455

Browse files
authored
Update schema.graphql
1 parent 1b2c035 commit 19e6455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/schema.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# import Link, Vote from "./generated/graphcool.graphql"
1+
# import Link, Vote, LinkSubscriptionPayload, VoteSubscriptionPayload from "./generated/graphcool.graphql"
22

33
type Query {
44
feed(filter: String, skip: Int, first: Int, orderBy: LinkOrderByInput): Feed!
@@ -24,10 +24,10 @@ type AuthPayload {
2424
type User {
2525
id: ID!
2626
name: String!
27-
email: String! @unique
27+
email: String!
2828
}
2929

3030
type Subscription {
3131
newLink: LinkSubscriptionPayload
3232
newVote: VoteSubscriptionPayload
33-
}
33+
}

0 commit comments

Comments
 (0)