Amplify Toolbox
    Preparing search index...

    Type Alias GraphqlDocumentGeneratorFactoryParams

    type GraphqlDocumentGeneratorFactoryParams = {
        awsClientProvider: AWSClientProvider<
            {
                getAmplifyClient: AmplifyClient;
                getCloudFormationClient: CloudFormationClient;
            },
        >;
        backendIdentifier: DeployedBackendIdentifier;
    }
    Index

    Properties

    awsClientProvider: AWSClientProvider<
        {
            getAmplifyClient: AmplifyClient;
            getCloudFormationClient: CloudFormationClient;
        },
    >
    backendIdentifier: DeployedBackendIdentifier