Start GraphQL support

This commit is contained in:
Gregory Schier
2023-03-12 22:43:25 -07:00
parent a094e13bd5
commit 43f2aa3068
9 changed files with 470 additions and 31 deletions

View File

@@ -47,7 +47,7 @@ export function RequestPane({ fullHeight, request, className }: Props) {
heightMode={fullHeight ? 'full' : 'auto'}
useTemplating
defaultValue={request.body ?? ''}
contentType="application/json"
contentType="application/graphql+json"
onChange={(body) => updateRequest.mutate({ body })}
/>
</TabContent>