[catalog/graphql][xs]: get all necessary data for a resource descriptor from CKAN API.
This commit is contained in:
@@ -43,9 +43,12 @@ export const GET_RESOURCES_QUERY = gql`
|
|||||||
resources {
|
resources {
|
||||||
name
|
name
|
||||||
title
|
title
|
||||||
|
description
|
||||||
|
path: url
|
||||||
format
|
format
|
||||||
created
|
created
|
||||||
updated: last_modified
|
updated: last_modified
|
||||||
|
size
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user