Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51d6a87

Browse files
author
Travis CI
committed
Deploy 8c96dc8 to NPM branch
1 parent a239ced commit 51d6a87

File tree

337 files changed

+337
-337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+337
-337
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2015-present, Facebook, Inc.
3+
Copyright (c) Facebook, Inc. and its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

error/GraphQLError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var _printError = require("./printError");
1010
var _location = require("../language/location");
1111

1212
/**
13-
* Copyright (c) 2015-present, Facebook, Inc.
13+
* Copyright (c) Facebook, Inc. and its affiliates.
1414
*
1515
* This source code is licensed under the MIT license found in the
1616
* LICENSE file in the root directory of this source tree.

error/GraphQLError.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

error/GraphQLError.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

error/formatError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var _invariant = _interopRequireDefault(require("../jsutils/invariant"));
1010
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1111

1212
/**
13-
* Copyright (c) 2015-present, Facebook, Inc.
13+
* Copyright (c) Facebook, Inc. and its affiliates.
1414
*
1515
* This source code is licensed under the MIT license found in the
1616
* LICENSE file in the root directory of this source tree.

error/formatError.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

error/formatError.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

error/index.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

error/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.

error/locatedError.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports.locatedError = locatedError;
88
var _GraphQLError = require("./GraphQLError");
99

1010
/**
11-
* Copyright (c) 2015-present, Facebook, Inc.
11+
* Copyright (c) Facebook, Inc. and its affiliates.
1212
*
1313
* This source code is licensed under the MIT license found in the
1414
* LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)