mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-05-30 20:13:39 +08:00
Change user query to
This commit is contained in:
committed by
Peggy Rayzis
parent
c3c1de3a6e
commit
01a6cbc451
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user