Major Changes
-
#6810
ae65069
Thanks @n1ru4l! - Add mutation fields for managing schema contracts
to the public api schema.Mutation.createContract
Mutation.disableContract
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema. -
#6722
aab6e7c
Thanks @n1ru4l! - Add mutation fields for managing users to the
public api schema.Mutation.assignMemberRole
Mutation.createMemberRole
Mutation.deleteMemberRole
Mutation.deleteOrganizationInvitation
Mutation.inviteToOrganizationByEmail
Mutation.updateMemberRole
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema. -
#6786
20bfc4c
Thanks @n1ru4l! - Add mutation fields for managing projects to the
public api schema.Mutation.createProject
Mutation.updateProjectSlug
Mutation.deleteProject
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema. -
#6795
3552957
Thanks @n1ru4l! - Add fields for querying usage datato the public api
schema.Target.schemaCoordinateStats
Target.clientStats
Target.operationsStats
BREAKING CHANGE: This renames and changes the types for existing types within the private
GraphQL schema.
Minor Changes
- #6764
bbd5643
Thanks @jdolle! - Track provided operation arguments/inputs and use
them to determine conditional breaking changes; Fix null to non-null argument breaking change edge
case"
Patch Changes
-
#6780
6c0b6f3
Thanks @jdolle! - Add pg indexes to help with org delete -
#6814
7574cce
Thanks @jdolle! - Fix random infinite loop on schema checks page -
#6792
54acc25
Thanks @jdolle! - Adjust contract to target foreign key reference to
cascade delete -
#6793
81df783
Thanks @jdolle! - Adjust date range selector ui