@powerhousedao/network-admin 0.0.58 → 0.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolvers.d.ts","sourceRoot":"","sources":["../../../subgraphs/builders-addon/resolvers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAe5D,eAAO,MAAM,YAAY,GAAI,UAAU,SAAS,KAAG,MAAM,CAAC,MAAM,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"resolvers.d.ts","sourceRoot":"","sources":["../../../subgraphs/builders-addon/resolvers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAe5D,eAAO,MAAM,YAAY,GAAI,UAAU,SAAS,KAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CA4bxE,CAAC"}
|
|
@@ -316,6 +316,7 @@ export const getResolvers = (subgraph) => {
|
|
|
316
316
|
const name = String(state?.name ?? doc.header?.name ?? "");
|
|
317
317
|
const icon = String(state?.icon ?? "");
|
|
318
318
|
const description = String(state?.description ?? state?.slug ?? "");
|
|
319
|
+
const about = String(state?.about ?? "");
|
|
319
320
|
const type = state?.type ?? "INDIVIDUAL";
|
|
320
321
|
// Document model uses 'skils' (typo), but GraphQL schema uses 'skills'
|
|
321
322
|
const skills = Array.isArray(state?.skils)
|
|
@@ -335,6 +336,7 @@ export const getResolvers = (subgraph) => {
|
|
|
335
336
|
name,
|
|
336
337
|
icon,
|
|
337
338
|
description,
|
|
339
|
+
about,
|
|
338
340
|
lastModified: state?.lastModified ?? null,
|
|
339
341
|
type,
|
|
340
342
|
contributors,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../subgraphs/builders-addon/schema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../subgraphs/builders-addon/schema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,MAAM,EAAE,YA8MpB,CAAC"}
|