UNPKG

compass-docgen

Version:

This is a package that will help you to create your documentation for yours components

14 lines (12 loc) 313 B
// @ts-ignore import { gql } from '@apollo/client'; import { BaseAction } from './Base.actions'; export class ApplicationAction extends BaseAction { public static name() { return gql` query ApplicationName { documentationName } `; } }