ConvertToMetricInput
Autogenerated input type of ConvertToMetric
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}