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.
1 parent b7caf67 commit efc420bCopy full SHA for efc420b
packages/app/src/cli/services/graphql/common.ts
@@ -48,7 +48,7 @@ export function validateSingleOperation(graphqlOperation: string): void {
48
/**
49
* Options for resolving an API version.
50
*/
51
-export interface ResolveApiVersionOptions {
+interface ResolveApiVersionOptions {
52
/** Admin session containing store credentials. */
53
adminSession: {token: string; storeFqdn: string}
54
/** The API version specified by the user. */
0 commit comments