@types/graphql-relay
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -37,9 +37,6 @@ // Type definitions for graphql-relay 0.4 | ||
export interface ForwardConnectionArgs { | ||
after?: ConnectionCursor | null; | ||
first?: number | null; | ||
after: { type: GraphQLScalarType }; | ||
first: { type: GraphQLScalarType }; | ||
} | ||
export const forwardConnectionArgs: GraphQLFieldConfigArgumentMap & { | ||
after?: ConnectionCursor | null; | ||
first?: number | null; | ||
}; | ||
export const forwardConnectionArgs: GraphQLFieldConfigArgumentMap & ForwardConnectionArgs; | ||
@@ -51,10 +48,6 @@ /** | ||
export interface BackwardConnectionArgs { | ||
before?: ConnectionCursor | null; | ||
last?: number | null; | ||
before: { type: GraphQLScalarType }; | ||
last: { type: GraphQLScalarType }; | ||
} | ||
export const backwardConnectionArgs: GraphQLFieldConfigArgumentMap & { | ||
before?: ConnectionCursor | null; | ||
last?: number | null; | ||
}; | ||
export const backwardConnectionArgs: GraphQLFieldConfigArgumentMap & BackwardConnectionArgs; | ||
/** | ||
@@ -61,0 +54,0 @@ * Returns a GraphQLFieldConfigArgumentMap appropriate to include on a field |
{ | ||
"name": "@types/graphql-relay", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "TypeScript definitions for graphql-relay", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -34,4 +34,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "f4aca7f30ec32055c3af8198b50359f4564cc0c20a08fc9a0c2ba6b102bf654e", | ||
"typesPublisherContentHash": "1e13118b4deb9bec273ce411e04313a902bf0e500936d2da035c8b3b515cfe42", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 16 Oct 2018 01:12:01 GMT | ||
* Last updated: Wed, 21 Nov 2018 16:51:43 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
12353
277