[catalog][xs]: made graphql query to follow frictionless spec + to return more data for package page.

This commit is contained in:
anuveyatsu 2021-08-14 20:35:27 +06:00
parent 0d11409088
commit e993612466

View File

@ -21,10 +21,14 @@ export const GET_DATAPACKAGE_QUERY = gql`
name
title
size
metadata_created
metadata_modified
created: metadata_created
updated: metadata_modified
resources {
name
id
title
format
size
}
}
}