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.
2 parents bf10ffb + ac60c5f commit e5b0903Copy full SHA for e5b0903
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