Returns [DocumentMetadata!]! — metadata only, no content.data. Call
get to fetch the decrypted payload.
curl
curl -X POST https://api.test.geena.eu/graphql \
-H "Authorization: Bearer $TOKEN"\
-H "Content-Type: application/json"\
-d '{"query":"{ user { document { list { id name schemaRef version } } } }"}'