Skip to content

Commit

Permalink
fix query name
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Apr 12, 2023
1 parent b7e0fff commit 600fc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Expand Up @@ -8,7 +8,7 @@ import {
} from 'urql';

const ItemsQuery = gql`
query getItem {
query GetItem {
pokemon_v2_item(limit: 10) {
id
name
Expand Down

0 comments on commit 600fc18

Please sign in to comment.