@types/graphql-relay
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -32,3 +32,3 @@ // Type definitions for graphql-relay 0.4 | ||
*/ | ||
interface ForwardConnectionArgs { | ||
export interface ForwardConnectionArgs { | ||
after: ConnectionCursor; | ||
@@ -46,3 +46,3 @@ first: number; | ||
*/ | ||
interface BackwardConnectionArgs { | ||
export interface BackwardConnectionArgs { | ||
before: ConnectionCursor; | ||
@@ -62,3 +62,3 @@ last: number; | ||
interface ConnectionConfig { | ||
export interface ConnectionConfig { | ||
name?: string | null; | ||
@@ -72,3 +72,3 @@ nodeType: GraphQLObjectType; | ||
interface GraphQLConnectionDefinitions { | ||
export interface GraphQLConnectionDefinitions { | ||
edgeType: GraphQLObjectType; | ||
@@ -114,3 +114,3 @@ connectionType: GraphQLObjectType; | ||
*/ | ||
interface Edge<T> { | ||
export interface Edge<T> { | ||
node: T; | ||
@@ -123,3 +123,3 @@ cursor: ConnectionCursor; | ||
*/ | ||
interface ConnectionArguments { | ||
export interface ConnectionArguments { | ||
before?: ConnectionCursor; | ||
@@ -133,3 +133,3 @@ after?: ConnectionCursor; | ||
interface ArraySliceMetaInfo { | ||
export interface ArraySliceMetaInfo { | ||
sliceStart: number; | ||
@@ -213,3 +213,3 @@ arrayLength: number; | ||
type mutationFn = ( | ||
export type mutationFn = ( | ||
object: any, | ||
@@ -234,3 +234,3 @@ ctx: any, | ||
*/ | ||
interface MutationConfig { | ||
export interface MutationConfig { | ||
name: string; | ||
@@ -253,3 +253,3 @@ description?: string; | ||
interface GraphQLNodeDefinitions { | ||
export interface GraphQLNodeDefinitions { | ||
nodeInterface: GraphQLInterfaceType; | ||
@@ -259,3 +259,3 @@ nodeField: GraphQLFieldConfig<any, any>; | ||
type typeResolverFn = ((any: any) => GraphQLObjectType) | | ||
export type typeResolverFn = ((any: any) => GraphQLObjectType) | | ||
((any: any) => Promise<GraphQLObjectType>); | ||
@@ -278,3 +278,3 @@ | ||
interface ResolvedGlobalId { | ||
export interface ResolvedGlobalId { | ||
type: string; | ||
@@ -309,3 +309,3 @@ id: string; | ||
interface PluralIdentifyingRootFieldConfig { | ||
export interface PluralIdentifyingRootFieldConfig { | ||
argName: string; | ||
@@ -312,0 +312,0 @@ inputType: GraphQLInputType; |
{ | ||
"name": "@types/graphql-relay", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "TypeScript definitions for graphql-relay", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1c31e51a13ea088f7494c4508eb20b03cab8f9abb85eeb68d0bcb07320886604", | ||
"typesPublisherContentHash": "7268fe6a7815a664b1bc2097e3a9fe7d1133f53fa37c43cbd2d6fea9c8e578a2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 31 Mar 2017 19:23:24 GMT | ||
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT | ||
* Dependencies: graphql | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11656
4