GraphQLReferenceMutationscreateCloudStoreOn this pagecreateCloudStore Create a new CloudStore connection for a group. CloudStores allow automatic export of signed documents to external storage. Input cloudStoreCreateInput Return Type ID Example mutation CreateCloudStore { createCloudStore(input: { groupId: "Z3JwMTIzNDU2" name: "S3 Archive" location: S3 })} Related updateCloudStore deleteCloudStore testCloudStore CloudStore type