From 7151468f94611aa0a750c0dd6f98da05db255cbc Mon Sep 17 00:00:00 2001 From: Shane32 Date: Fri, 9 Aug 2024 00:22:02 -0400 Subject: [PATCH] Update --- docs/migration/migration8.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/migration/migration8.md b/docs/migration/migration8.md index dfc9fd65..7182dd9a 100644 --- a/docs/migration/migration8.md +++ b/docs/migration/migration8.md @@ -7,8 +7,9 @@ - Cross-site request forgery (CSRF) protection has been added for both GET and POST requests, enabled by default. - Status codes for validation errors are now, by default, determined by the response content type, - and for authentication errors may return a 401 or 403 status code. See the breaking changes - section below for more information. + and for authentication errors may return a 401 or 403 status code. These changes are purusant + to the [GraphQL over HTTP specification](https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md). + See the breaking changes section below for more information. ## Breaking changes