Interface ApiKeyAuth

interface ApiKeyAuth {
    type: "apiKey";
    apiKey: string;
}

Properties

Properties

type: "apiKey"
apiKey: string

Your AppSync API key, e.g. da2-abcdef....