From 04a7a59c17dc3a2185e8331ea0164e5928aeef65 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Sat, 14 Aug 2021 21:02:51 +0600 Subject: [PATCH] [catalog/graphql][xs]: get all necessary data for a resource descriptor from CKAN API. --- examples/catalog/graphql/queries.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/catalog/graphql/queries.ts b/examples/catalog/graphql/queries.ts index 4096ef14..e3af0b9f 100644 --- a/examples/catalog/graphql/queries.ts +++ b/examples/catalog/graphql/queries.ts @@ -43,9 +43,12 @@ export const GET_RESOURCES_QUERY = gql` resources { name title + description + path: url format created updated: last_modified + size } } }