Skip to content

AddClaimSubmitterInput

Autogenerated input type of AddClaimSubmitter

Fields

deprecated DO NOT USE
user_id · ID! · required · ID of the User

Used By

Definition

"""
Autogenerated input type of AddClaimSubmitter
"""
input AddClaimSubmitterInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the User
"""
user_id: ID!
}