CreateNoteInput
No description
input CreateNoteInput {
customerId: ID!
text: String!
}
Fields
CreateNoteInput.customerId
● ID!
non-null scalar
CreateNoteInput.text
● String!
non-null scalar
Member of
createNote
mutation