Skip to content

EnableZoomFeaturesInput

Autogenerated input type of EnableZoomFeatures

Fields

deprecated DO NOT USE
id · ID! · required

Used By

Definition

"""
Autogenerated input type of EnableZoomFeatures
"""
input EnableZoomFeaturesInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID!
"""
Zoom Inputs
"""
zoom_feature_params: ZoomFeatureInputs
}