How to use the piral-ext.createGqlApi function in piral-ext

To help you get started, we’ve selected a few piral-ext examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github smapiot / piral / packages / piral / src / render.tsx View on Github external
extendApi(api: PiralCoreApi): PiletApi {
      return {
        ...api,
        ...createFetchApi({
          base: origin,
        }),
        ...createGqlApi(client),
      };
    },
    translations: getTranslations(translations),

piral-ext

Set of standard plugins with component definitions for extending piral-core.

MIT
Latest version published 7 days ago

Package Health Score

81 / 100
Full package analysis