Preview

RetryFunctionProvisioningPayload is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

RetryFunctionProvisioningPayload

Payload returned when retrying the provisioning of a Function.

This page contains

    Fields

    function: Function PREVIEW

    The function that was provisioned.

    userErrors: [RetryFunctionProvisioningError!] PREVIEW

    User errors preventing the provisioning of the function.

    Mutations for RetryFunctionProvisioningPayload

    retryFunctionProvisioning PREVIEW

    Retry the provisioning of an existing Function. Useful in case an error happened with the first provisioning attempt.