UpdateUserConProfileInput
Autogenerated input type of UpdateUserConProfile
input UpdateUserConProfileInput {
  clientMutationId: String
  id: ID
  user_con_profile: UserConProfileInput!
}
Fields
UpdateUserConProfileInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateUserConProfileInput.id ● ID scalar
UpdateUserConProfileInput.user_con_profile ● UserConProfileInput! non-null input
Member Of
updateUserConProfile  mutation