Socket
Socket
Sign inDemoInstall

@types/graphql

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/graphql - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

4

graphql/package.json
{
"name": "@types/graphql",
"version": "0.12.2",
"version": "0.12.3",
"description": "TypeScript definitions for graphql",

@@ -75,4 +75,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "6104419bbdb0699993b5f1d1c9b4bcc6413a7965d632c29eeca3c616e59a2155",
"typesPublisherContentHash": "c0a8a4db28ee02fe97bf0f0d223baaa0c5bb856a6305265bcfe83d4f4e137bb5",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 24 Jan 2018 18:35:42 GMT
* Last updated: Thu, 25 Jan 2018 17:59:35 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

import { GraphQLSchema } from '../type/schema';
import { GraphQLType } from '../type/definition';
export function printSchema(schema: GraphQLSchema): string;
export interface PrinterOptions {
commentDescriptions?: boolean;
}
export function printIntrospectionSchema(schema: GraphQLSchema): string;
export function printSchema(schema: GraphQLSchema, options?: PrinterOptions): string;
export function printType(type: GraphQLType): string;
export function printIntrospectionSchema(schema: GraphQLSchema, options?: PrinterOptions): string;
export function printType(type: GraphQLType, options?: PrinterOptions): string;
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