feat: customer notes backend operations
feat: add customer note mutation
feat: add editing capabilities to PropertyCard
feat: connect customer notes backend to frontend
fix: customer note form and static content styling
fix: SQL uppercasing
fix: set default value for notes content
fix: SQL after dev rebase
refactor: move get current user token to separate method
feat: create CustomerCustomField type on graphql
feat: add custom fields fetching to getCustomer and getCustomerList functions
feat: add mutations to interact with customer custom fields