Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minor typos in GraphQL errors #6853

Merged
merged 2 commits into from
Oct 31, 2021
Merged

Update minor typos in GraphQL errors #6853

merged 2 commits into from
Oct 31, 2021

Conversation

lukebennett88
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Oct 31, 2021

🦋 Changeset detected

Latest commit: 1eea5fd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@keystone-next/keystone Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Oct 31, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/89ReSDCWQaczUjsXLSFewUMrd2LL
✅ Preview: https://keystone-next-docs-git-fork-lukebennett88-main-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview October 31, 2021 21:43 Inactive
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@@ -98,13 +98,13 @@ const RFC_3339_REGEX =
function parseDate(input: string): Date {
if (!RFC_3339_REGEX.test(input)) {
throw new GraphQLError(
'DateTime scalars must be in the form of a full ISO 8601 date-time stirng'
Copy link
Member

@dcousens dcousens Oct 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arguably, it should be RFC 3339

@JedWatson JedWatson enabled auto-merge (squash) October 31, 2021 23:16
@JedWatson JedWatson merged commit 44cbef5 into keystonejs:main Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants