Function restoreFromTrash
restoreFromTrash( entityIRI: string | string[], typeIRI: string, schema: JSONSchema7, updateFetch: (query: string) => Promise<any>, options: SPARQLCRUDOptions,): Promise<any> Parameters
- entityIRI: string | string[]
- typeIRI: string
- schema: JSONSchema7
- updateFetch: (query: string) => Promise<any>
- options: SPARQLCRUDOptions
Returns Promise<any>