Skip to content

Add version to graphql requests

charlie ablett requested to merge cablett-version-to-graphql into master

What does this MR do and why?

Adding GraphQL version to authenticated frontend requests, and then checking in the GraphQL controller if this matches the backend node.

Related to #378069

How to set up and validate locally

GraphQL + Authenticated (header present)

image

GraphQL + Unauthenticated (no header)

image

Non-GraphQL + Authenticated (no header)

image

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by charlie ablett

Merge request reports