mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Minor tweaks
This commit is contained in:
@@ -34,7 +34,7 @@ export function useIntrospectGraphQL(baseRequest: HttpRequest) {
|
||||
setError(undefined);
|
||||
const args = {
|
||||
...baseRequest,
|
||||
bodyType: 'graphql',
|
||||
bodyType: 'application/json',
|
||||
body: { text: introspectionRequestBody },
|
||||
};
|
||||
const response = await minPromiseMillis(sendEphemeralRequest(args, activeEnvironmentId), 700);
|
||||
|
||||
Reference in New Issue
Block a user