ContactTypeInput
No description
input ContactTypeInput {
id: ID
contractId: ID
name: String!
email: String!
phone: String!
role: String!
attachment: Upload
}
Fields
ContactTypeInput.id
● ID
scalar
ContactTypeInput.contractId
● ID
scalar
ContactTypeInput.name
● String!
non-null scalar
ContactTypeInput.email
● String!
non-null scalar
ContactTypeInput.phone
● String!
non-null scalar
ContactTypeInput.role
● String!
non-null scalar
ContactTypeInput.attachment
● Upload
scalar
Member of
CreateContractInput
input ● UpdateContractInput
input