UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

6 lines (5 loc) 330 B
import { NamedTypeNode, NameNode, StringValueNode, TypeNode } from 'graphql'; export declare function nameNode(name: string): NameNode; export declare function stringNode(value: string): StringValueNode; export declare function typeNode(name: string): TypeNode; export declare function namedTypeNode(name: string): NamedTypeNode;