fix query op name on UserItemsPage
This commit is contained in:
parent
bb173552e9
commit
a7e32232e2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function UserItemsPage() {
|
||||||
|
|
||||||
const { loading, error, data } = useQuery(
|
const { loading, error, data } = useQuery(
|
||||||
gql`
|
gql`
|
||||||
query ItemsPage($userId: ID!) {
|
query UserItemsPage($userId: ID!) {
|
||||||
user(id: $userId) {
|
user(id: $userId) {
|
||||||
id
|
id
|
||||||
username
|
username
|
||||||
|
|
Loading…
Reference in a new issue