DeleteFunctionPayload
Payload returned when deleting a function.
This page contains
Fields
| deleted: Boolean! | Whether the function was successfully deleted or not. |
| userErrors: [DeleteFunctionError!] PREVIEW | User errors preventing a function from getting deleted. |
Mutations for DeleteFunctionPayload
| deleteFunction PREVIEW | Delete an existing function. |