@coex/graphql-vercajk
Advanced tools
Comparing version 0.1.5 to 0.2.0
@@ -38,2 +38,3 @@ export type GraphqlVercajkOptions = { | ||
export interface GraphqlVercajkFieldContent { | ||
fieldName: string; | ||
constraints: GraphqlVercajkConstraints | null; | ||
@@ -40,0 +41,0 @@ children: GraphqlVercajkField | null; |
@@ -21,2 +21,3 @@ import { parse, visit } from "graphql"; | ||
fieldInfo[inputName][fieldName] = { | ||
fieldName: fieldName, | ||
constraints, | ||
@@ -23,0 +24,0 @@ children, |
{ | ||
"name": "@coex/graphql-vercajk", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"description": "Collection of graphql tools", | ||
@@ -5,0 +5,0 @@ "bin": { |
11624
266