Preview

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

CreateFunctionPayload

Payload returned when creating a function.

This page contains

    Fields

    function: Function PREVIEW

    Created function if it was successful.

    userErrors: [CreateFunctionError!] PREVIEW

    User errors preventing the creation of the function.

    Mutations for CreateFunctionPayload

    createFunction PREVIEW

    Create a function.