Skip to content

Commit

Permalink
chore(gatsby): Update inference-metadata type (#33839)
Browse files Browse the repository at this point in the history
Co-authored-by: gatsbybot <[email protected]>
  • Loading branch information
tonyhallett and gatsbybot authored Nov 8, 2021
1 parent db7f266 commit 0212a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/schema/infer/inference-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export interface ITypeInfoString extends ITypeInfo {
}

export interface ITypeInfoDate extends ITypeInfo {
example: string
example: string | Date
}

export interface ITypeInfoNumber extends ITypeInfo {
Expand Down

0 comments on commit 0212a8b

Please sign in to comment.