INPUT_OBJECT
UpsertFunctionInput
link
Parameter Name | Type | Description |
---|---|---|
applicationId | ID! | ID of the Application object which the function will be associated |
name | String! | Short name used to reference the plugin. Unique within an Application |
description | String | Human friendly description of the function. |
availableMemoryMb | Int! | How much memory the function will run with. |
sourceCode | URL! | URL to the source code archive in google cloud storage. |
entryPoint | String | Function to be called when requests are made. |
timeoutSeconds | Int | Timeout of the execution of the function in seconds. |
functionTriggers | [FunctionTriggerInput] | |
clientMutationId | String |