FunctionDraftUpdateData
No description
input FunctionDraftUpdateData {
expected_revision: Int!
label: String
package_installs: [FunctionPackageInstallInput!]
remove_secret_names: [String!]
secrets: JSONObject
ts_source: String
user_metadata: JSONObject
}
Fields
FunctionDraftUpdateData.expected_revision ● Int! non-null scalar
FunctionDraftUpdateData.label ● String scalar
FunctionDraftUpdateData.package_installs ● [FunctionPackageInstallInput!] list input
FunctionDraftUpdateData.remove_secret_names ● [String!] list scalar
FunctionDraftUpdateData.secrets ● JSONObject scalar
FunctionDraftUpdateData.ts_source ● String scalar
FunctionDraftUpdateData.user_metadata ● JSONObject scalar
Member Of
updateFunctionDraft mutation