Enhancements for GraphQL
Release - End of May
type ApplicationData { ... existingKeys+ netMonthlyIncomeRanges: NetMonthlyIncomeRange netMonthlyIncome: Float grossMonthlyIncome: Float salutation: String phoneNumber: String address: CandidateAddress } type CandidateAddress { streetNumber: String streetName: String city: String zipCode: String country: String } type NetMonthlyIncomeRange { from: Int to: Int }type Mutation { removeTenant(id: String, shouldDeleteContracts: Boolean): AsyncEventResponse }
Last updated