Skip to main content

Version 3 Changes

Type Changes

FieldPrevious TypeNew TypeNotes
Query.applicationTokenString!StringNull if the token cannot be found.
MutationType.updateBookmarkBookmark!BookmarkNull if the ID doesn't exist.
MutationType.createDirectoryFile!FileNull if the parent directory ID doesn't exist.
MutationType.updateFileFile!FileNull if the ID doesn't exist.
MutationType.updateResourceGroupResourceGroup!ResourceGroupNull if the IDs don't exist.
MutationType.updateResourceGroupParentResourceGroup!ResourceGroupNull if the IDs don't exist.
MutationType.updateUserGroupUserGroup!UserGroupNull if the IDs don't exist.
MutationType.updateUserGroupParentUserGroup!UserGroupNull if the IDs don't exist.
MutationType.addUserToGroupUserGroup!UserGroupNull if the IDs don't exist.
MutationType.removeUserFromGroupUserGroup!UserGroupNull if the IDs don't exist.
MutationType.updateStreamStream!StreamNull if the ID doesn't exist.
MutationType.generateFileDownloadTokenString!StringNull if the file ID doesn't exist.
MutationType.updateUdpDestinationUdpDestination!UdpDestinationNull if the ID doesn't exist.
MediaSource.sourceNameString!StringNull if the file ID or stream ID is not found.
ImageRegion.fileNameString!StringNull if the file ID doesn't exist.
SceneImageRegion.NameString!StringNull if the file ID doesn't exist.

Removed Fields

FieldReason
Query.activeStreamsRemoved in favor of activeStreamsV2 which provides more information about in-use streams.
MutationType.deleteStorageLocationRemoved in favor of deleteStorageLocationV2 which allows the ability to specify whether children files should be removed.