Skip to content

Instantly share code, notes, and snippets.

@Slauta
Created December 13, 2023 10:37
Show Gist options
  • Save Slauta/ed1a00fc6675bfae84dfe0fbc0e0aa06 to your computer and use it in GitHub Desktop.
Save Slauta/ed1a00fc6675bfae84dfe0fbc0e0aa06 to your computer and use it in GitHub Desktop.
$headers = [
'Content-Type' => 'application/json',
];
if ($accessToken) {
$header['X-Shopify-Access-Token'] = $accessToken;
}
if ($isGraphql) {
$header['Content-Type'] = 'application/graphql';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment