Change user query to

This commit is contained in:
unicodeveloper
2018-10-02 15:19:23 +01:00
committed by Peggy Rayzis
parent c3c1de3a6e
commit 01a6cbc451

View File

@@ -82,7 +82,7 @@ const typeDefs = gql`
type Query {
launches(pageSize: Int, cursor: String): [Launch]!
launch(id: ID!): Launch
user(id: ID!): User
me(id: ID!): User
}
type Mutation {
@@ -141,7 +141,7 @@ const typeDefs = gql`
type Query {
launches(pageSize: Int, cursor: String): [Launch]!
launch(id: ID!): Launch
user(id: ID!): User
me(id: ID!): User
}
type Mutation {