ContactItemInput
No description
input ContactItemInput {
type: ContactType!
value: String!
}
Fieldsβ
ContactItemInput.type
Β βΒ ContactType!
non-null enumβ
ContactItemInput.value
Β βΒ String!
non-null scalarβ
Member Ofβ
PersonCreateInput
inputΒ βΒ PersonEditInput
input