@shopify/cli-kit
    Preparing search index...

    Interface GraphiQLAppContext

    Optional app-specific context, used to render the app pill and scopes note in the GraphiQL header and to drive the deterministic key derivation. Pass when the GraphiQL server is hosted as part of shopify app dev; omit for app-less use cases such as shopify store execute.

    interface GraphiQLAppContext {
        apiSecret: string;
        appName: string;
        appUrl: string;
    }
    Index
    apiSecret: string
    appName: string
    appUrl: string