Skip to content

Commit

Permalink
Add API versioning, move GraphQLService (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
robwittman authored Oct 21, 2019
1 parent be08c3f commit 500adc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function graph(string $query, array $variables = [])
}

// Create the request, pass the access token and optional parameters
$endpoint = '/admin/api/graphql.json';
$endpoint = 'graphql.json';
$response = $this->request(
$endpoint,
'POST',
Expand Down

0 comments on commit 500adc8

Please sign in to comment.