Skip to content

Commit

Permalink
update link to GraphQL spec
Browse files Browse the repository at this point in the history
Reviewed By: jstejada

Differential Revision: D15707634

fbshipit-source-id: d76fc64d80c68162b4ad8931d9d7f5b736c33898
  • Loading branch information
kassens authored and facebook-github-bot committed Jun 7, 2019
1 parent 0464e41 commit 9c0ae49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay-runtime/network/RelayNetworkTypes.js
Expand Up @@ -41,7 +41,7 @@ export type PayloadExtensions = {[key: string]: mixed};

/**
* The shape of a GraphQL response as dictated by the
* [spec](http://facebook.github.io/graphql/#sec-Response)
* [spec](https://graphql.github.io/graphql-spec/June2018/#sec-Response-Format)
*/
export type GraphQLResponseWithData = {
+data: PayloadData,
Expand Down

0 comments on commit 9c0ae49

Please sign in to comment.