ContactInputType
No description
input ContactInputType {
name: String
email: String
telephone: String
}
No description
input ContactInputType {
name: String
email: String
telephone: String
}
ContactInputType.name
● String
scalarContactInputType.email
● String
scalarContactInputType.telephone
● String
scalar