UpdateCustomMetricContainerProjectInput
No description
input UpdateCustomMetricContainerProjectInput {
containerParams: JSONObject
customJsResources: [String!]
customJsScripts: [String!]
customMetricContainerId: ObjectID!
enabled: Boolean
projectId: ObjectID!
}
Fields
UpdateCustomMetricContainerProjectInput.containerParams
● JSONObject
scalar
Parameters that will be passed as part of the context when a container gets executed.
UpdateCustomMetricContainerProjectInput.customJsResources
● [String!]
list scalar
UpdateCustomMetricContainerProjectInput.customJsScripts
● [String!]
list scalar
UpdateCustomMetricContainerProjectInput.customMetricContainerId
● ObjectID!
non-null scalar
UpdateCustomMetricContainerProjectInput.enabled
● Boolean
scalar
UpdateCustomMetricContainerProjectInput.projectId
● ObjectID!
non-null scalar
Member Of
updateCustomMetricContainerProject
mutation