We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
variables
1 parent 94fe928 commit ac60c5fCopy full SHA for ac60c5f
packages/optimizely-cms-sdk/src/graph/index.ts
@@ -77,11 +77,7 @@ export class GraphClient {
77
}
78
79
/** Perform a GraphQL query with variables */
80
- async request(
81
- query: string,
82
- variables: GraphVariables,
83
- previewToken?: string
84
- ) {
+ async request(query: string, variables: any, previewToken?: string) {
85
const url = new URL(this.graphUrl);
86
87
if (!previewToken) {
0 commit comments