From 268fc61379a27cad510546a719d8e0053e6202cf Mon Sep 17 00:00:00 2001 From: NishantSinghhhhh Date: Sat, 1 Feb 2025 16:07:17 +0530 Subject: [PATCH] Added more tests Signed-off-by: NishantSinghhhhh --- src/graphql/context.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/graphql/context.ts b/src/graphql/context.ts index 5ffd654aa2b..4ed58dabb21 100644 --- a/src/graphql/context.ts +++ b/src/graphql/context.ts @@ -12,10 +12,10 @@ export type ImplicitMercuriusContext = { /** * Type of the payload encoded into or decoded from the authentication json web token. */ -// src/context.ts export type ExplicitAuthenticationTokenPayload = { - user: Pick; // 🔴 Add 'role' + user: Pick; }; + /** * Type of the client-specific context for a grahphql operation client. */