v2.4.8
Changelog of GraphQL API
Breaking changes
- the
bases
query, as well as the fieldsOrganisation.bases
,TransferAgreement.sourceBases
andTransferAgreement.targetBases
only return non-deleted bases by default. In order to fetch all bases, use( filterInput: { includeDeleted: true } )
Added
- new
Base.deletedOn
field