ProjectRelatedContactInput
Provide the capabilities for dealing with a relationship between a project and a contact.
input ProjectRelatedContactInput {
id: ID!
notes: String
}
Fields
ProjectRelatedContactInput.id ● ID! non-null scalar
The user's unique identifier.
ProjectRelatedContactInput.notes ● String scalar
The relation's notes.
Member Of
ContactRelatedProjectsInput input ● ProjectRelatedContactsInput input