Skip to main content

createCloudStore

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
})
}

Export This Article

Save a copy of this page as PDF or plain text.