Merge pull request #364 from comus/patch-1

add back passHeader
This commit is contained in:
Uri Goldshtein 2017-04-18 17:19:38 +03:00 committed by GitHub
commit 0029ebf387

View file

@ -126,6 +126,7 @@ export function renderGraphiQL(data: GraphiQLData): string {
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
${passHeader}
},
body: JSON.stringify(graphQLParams),
credentials: 'include',