Skip to content

Commit

Permalink
fix: Example queries
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Mar 23, 2020
1 parent df12094 commit 5933e50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/react-graphql/client/src/gql/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export const allMessages = gql`
metaData {
type
value
id
}
}
}
Expand Down
1 change: 0 additions & 1 deletion examples/react-graphql/client/src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export const allMessages = gql`
}
metaData {
type
id
value
}
}
Expand Down

0 comments on commit 5933e50

Please sign in to comment.