You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just going through gatsby tutorials right now (absolutely amazing btw, probably one of the most intuitive static site generators I've used) and I think there might be a slight error in one of the snippets used in part six of the tutorial.
In this snippet:
Looking through the schema in GraphiQL, it only takes a string I don't believe date can take the argument formatString, and thus will throw an error.
I'm happy to do a pull request and amend it if that's the case. If not, sorry for being completely ignorant!
The text was updated successfully, but these errors were encountered:
I'm just going through gatsby tutorials right now (absolutely amazing btw, probably one of the most intuitive static site generators I've used) and I think there might be a slight error in one of the snippets used in part six of the tutorial.
In this snippet:
Looking through the schema in GraphiQL, it only takes a string I don't believe date can take the argument formatString, and thus will throw an error.
I'm happy to do a pull request and amend it if that's the case. If not, sorry for being completely ignorant!
The text was updated successfully, but these errors were encountered: