Skip to content

Commit

Permalink
style(examples): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Oct 21, 2022
1 parent c2472dc commit 3976aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/with-typescript-graphql/lib/gql/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./gql"
export * from "./fragment-masking"
export * from './gql'
export * from './fragment-masking'
2 changes: 1 addition & 1 deletion examples/with-typescript-graphql/pages/api/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export default createYoga<{
}>({
schema,
// Needed to be defined explicitly because our endpoint lives at a different path other than `/graphql`
graphqlEndpoint: '/api/graphql'
graphqlEndpoint: '/api/graphql',
})

0 comments on commit 3976aee

Please sign in to comment.