✅
Added
-
EditPostInput
Type 'EditPostInput' was added
-
EditPostInput.id
Input field 'id' of type 'PostId!' was added to input object type 'EditPostInput'
-
EditPostInput.schedulingType
Input field 'schedulingType' of type 'SchedulingType!' was added to input object type 'EditPostInput'
-
EditPostInput.dueAt
Input field 'dueAt' of type 'DateTime' was added to input object type 'EditPostInput'
-
EditPostInput.text
Input field 'text' of type 'String' was added to input object type 'EditPostInput'
-
EditPostInput.metadata
Input field 'metadata' of type 'PostInputMetaData' was added to input object type 'EditPostInput'
-
EditPostInput.tagIds
Input field 'tagIds' of type '[TagId!]' was added to input object type 'EditPostInput'
-
EditPostInput.assets
Input field 'assets' of type 'AssetsInput' was added to input object type 'EditPostInput'
-
EditPostInput.mode
Input field 'mode' of type 'ShareMode!' was added to input object type 'EditPostInput'
-
EditPostInput.aiAssisted
Input field 'aiAssisted' of type 'Boolean' was added to input object type 'EditPostInput'
-
EditPostInput.saveToDraft
Input field 'saveToDraft' of type 'Boolean' was added to input object type 'EditPostInput'
-
Mutation.editPost
Field 'editPost' was added to object type 'Mutation'
-
Mutation.editPost.input
Argument 'input: EditPostInput!' added to field 'Mutation.editPost'
🔄
Changed
-
CreatePostInput
Description 'Create post\'s request input.' on type 'CreatePostInput' has changed to 'Create post\'s request input.
Note: `assets.videos` and `metadata.{service}.linkAttachment` are mutually exclusive.
If both are provided, the video is ignored.'
✅
Added
-
TagComparator
Type 'TagComparator' was added
-
TagComparator.in
Input field 'in' of type '[TagId!]!' was added to input object type 'TagComparator'
-
TagComparator.isEmpty
Input field 'isEmpty' of type 'Boolean!' with default value 'false' was added to input object type 'TagComparator'
-
PostsFiltersInput.tags
Input field 'tags' of type 'TagComparator' was added to input object type 'PostsFiltersInput'
✅
Added
-
Organization
'Organization' object implements 'AccountOrganization' interface
🔄
Changed
-
Account.organizations
Field 'Account.organizations' changed type from '[AccountOrganization!]!' to '[Organization!]!'
-
AccountOrganization
'AccountOrganization' kind changed from 'ObjectTypeDefinition' to 'InterfaceTypeDefinition'
-
OrganizationFilterInput
Description 'Allow retrieving a specific AccountOrganization' on type 'OrganizationFilterInput' has changed to 'Allow retrieving a specific Organization'