netlify-onegraph-internal
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -81,3 +81,3 @@ import { DocumentNode, FragmentDefinitionNode, GraphQLSchema, OperationDefinitionNode, OperationTypeNode } from "graphql"; | ||
export declare const queryToFunctionDefinition: (GraphQL: typeof GraphQLPackage, fullSchema: GraphQLSchema, parsedDoc: DocumentNode, persistedQuery: ExtractedFunction, enabledFragments: Record<string, ParsedFragment>) => ParsedFunction | undefined; | ||
export declare const fragmentToParsedFragmentDefinition: (GraphQL: typeof GraphQLPackage, currentFragments: {}, fullSchema: GraphQLSchema, persistedQuery: ExtractedFragment) => { | ||
export declare const fragmentToParsedFragmentDefinition: (GraphQL: typeof GraphQLPackage, currentFragments: Record<string, FragmentDefinitionNode>, fullSchema: GraphQLSchema, extractedFragment: ExtractedFragment) => { | ||
fragmentDefinitions: Record<string, FragmentDefinitionNode[]>; | ||
@@ -84,0 +84,0 @@ fragment?: ParsedFragment | undefined; |
{ | ||
"name": "netlify-onegraph-internal", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Internal tools for use by Netlify", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
601044
7744