Skip to content

ConvertToMetricInput

Autogenerated input type of ConvertToMetric

Fields

deprecated DO NOT USE
user_id · ID! · required · The ID of the user
convert_system · String! · required · Accepts: metric | imperial as an argument

Used By

Definition

"""
Autogenerated input type of ConvertToMetric
"""
input ConvertToMetricInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the user
"""
user_id: ID!
"""
Accepts: metric | imperial as an argument
"""
convert_system: String!
}