Skip to content

Commit

Permalink
Fix custom scalar definition example (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJGreen authored Jan 16, 2024
1 parent c7c7dff commit 2640d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/docs/get-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ export const graphql = initGraphQLTada<{
introspection: typeof introspection;

scalars: {
DateTime: 'string',
JSON: 'any',
DateTime: string,
JSON: any,
},
}>();

Expand Down

0 comments on commit 2640d9b

Please sign in to comment.