Skip to content

addLivingPlateInput

Autogenerated input type of addLivingPlate

Fields

deprecated DO NOT USE
api_key · String! · required
user_id · ID! · required

Used By

Definition

"""
Autogenerated input type of addLivingPlate
"""
input addLivingPlateInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
api_key: String!
user_id: ID!
}