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