Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit 7dfa330

Browse files
committed
Renamed function
1 parent cc64dd9 commit 7dfa330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Admin/EndpointResolvers/AdminEndpointResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function getGraphQLQueryAndVariables(?WP_Post $graphQLQueryPost): arra
2626
/**
2727
* Extract the query from the BODY through standard GraphQL endpoint execution
2828
*/
29-
return QueryExecutionHelpers::getRequestedGraphQLQueryAndVariables();
29+
return QueryExecutionHelpers::extractRequestedGraphQLQueryPayload();
3030
}
3131

3232
/**

src/PostTypes/GraphQLEndpointPostType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ protected function getGraphQLQueryAndVariables(?WP_Post $graphQLQueryPost): arra
154154
/**
155155
* Extract the query from the BODY through standard GraphQL endpoint execution
156156
*/
157-
return QueryExecutionHelpers::getRequestedGraphQLQueryAndVariables();
157+
return QueryExecutionHelpers::extractRequestedGraphQLQueryPayload();
158158
}
159159

160160
protected function getQueryExecutionOptionsBlock(): AbstractQueryExecutionOptionsBlock

0 commit comments

Comments
 (0)