diff --git a/packages/twenty-front/src/modules/settings/playground/components/GraphQLPlayground.tsx b/packages/twenty-front/src/modules/settings/playground/components/GraphQLPlayground.tsx index a599017c9a..06bbca026f 100644 --- a/packages/twenty-front/src/modules/settings/playground/components/GraphQLPlayground.tsx +++ b/packages/twenty-front/src/modules/settings/playground/components/GraphQLPlayground.tsx @@ -55,6 +55,9 @@ export const GraphQLPlayground = ({ const fetcher = createGraphiQLFetcher({ url: baseUrl, + headers: { + Authorization: `Bearer ${playgroundApiKey.token}`, + }, }); return (