Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-codegen-core

Package Overview
Dependencies
Maintainers
1
Versions
1651
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-core - npm Package Compare versions

Comparing version 0.6.0-alpha.6cb4c2a8 to 0.6.0-alpha.7854fe32

dist/operations/build-selection-set.d.ts

1

dist/index.d.ts
export { schemaToTemplateContext } from './schema/schema-to-template-context';
export { transformDocument } from './operations/transform-document';
export { validateIntrospection, introspectionToGraphQLSchema } from './utils/introspection-to-schema';
export { Argument, Field, Type, Scalar, Enum, EnumValue, Union, Interface, SchemaTemplateContext } from './types';

@@ -5,2 +5,4 @@ "use strict";

exports.schemaToTemplateContext = schema_to_template_context_1.schemaToTemplateContext;
var transform_document_1 = require("./operations/transform-document");
exports.transformDocument = transform_document_1.transformDocument;
var introspection_to_schema_1 = require("./utils/introspection-to-schema");

@@ -7,0 +9,0 @@ exports.validateIntrospection = introspection_to_schema_1.validateIntrospection;

9

dist/types.d.ts

@@ -65,11 +65,12 @@ export interface Argument {

}
export interface SelectionSetInlineFragment {
export interface SelectionSetItem {
}
export interface SelectionSetInlineFragment extends SelectionSetItem {
selectionSet: SelectionSetItem[];
onType: string;
}
export interface SelectionSetFragmentSpread {
export interface SelectionSetFragmentSpread extends SelectionSetItem {
fragmentName: string;
}
export declare type SelectionSetItem = SelectionSetFieldNode | SelectionSetInlineFragment | SelectionSetFragmentSpread;
export interface SelectionSetFieldNode {
export interface SelectionSetFieldNode extends SelectionSetItem {
name: string;

@@ -76,0 +77,0 @@ selectionSet: SelectionSetItem[];

{
"name": "graphql-codegen-core",
"version": "0.6.0-alpha.6cb4c2a8",
"version": "0.6.0-alpha.7854fe32",
"description": "GraphQL types and code generator based on schema",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc