Skip to content

Commit 704e906

Browse files
committed
re-generated fresh schemas
1 parent 45c8dd6 commit 704e906

File tree

10 files changed

+66288
-29352
lines changed

10 files changed

+66288
-29352
lines changed

examples/aws/data/schema.graphql

Lines changed: 6688 additions & 3467 deletions
Large diffs are not rendered by default.

examples/aws/data/schema.graphql.json

Lines changed: 50556 additions & 18222 deletions
Large diffs are not rendered by default.

examples/aws/data/schema.v11.graphql

Lines changed: 6688 additions & 3467 deletions
Large diffs are not rendered by default.

examples/elasticsearch/data/schema.graphql

Lines changed: 608 additions & 1020 deletions
Large diffs are not rendered by default.

examples/elasticsearch/data/schema.graphql.json

Lines changed: 1157 additions & 2229 deletions
Large diffs are not rendered by default.

examples/elasticsearch/data/schema.v11.graphql

Lines changed: 584 additions & 940 deletions
Large diffs are not rendered by default.

examples/mongooseDiscriminators/data/schema.graphql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
{
444444
"kind": "SCALAR",
445445
"name": "Float",
446-
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). ",
446+
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
447447
"fields": null,
448448
"inputFields": null,
449449
"interfaces": null,
@@ -573,7 +573,7 @@
573573
{
574574
"kind": "SCALAR",
575575
"name": "Int",
576-
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ",
576+
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
577577
"fields": null,
578578
"inputFields": null,
579579
"interfaces": null,

examples/northwind/data/schema.graphql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@
13951395
{
13961396
"kind": "SCALAR",
13971397
"name": "Float",
1398-
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). ",
1398+
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
13991399
"fields": null,
14001400
"inputFields": null,
14011401
"interfaces": null,
@@ -1733,7 +1733,7 @@
17331733
{
17341734
"kind": "SCALAR",
17351735
"name": "Int",
1736-
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ",
1736+
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
17371737
"fields": null,
17381738
"inputFields": null,
17391739
"interfaces": null,

examples/user/schemaComposer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { SchemaComposer, ObjectTypeComposer } from 'graphql-compose';
1414
import {
1515
composeWithMongoose as _composeWithMongoose,
1616
convertSchemaToGraphQL as _convertSchemaToGraphQL,
17-
} from 'graphql-compose-mongoose/node8';
17+
} from 'graphql-compose-mongoose';
1818

1919
type TContext = {
2020
ip: string,

examples/userForRelay/data/schema.graphql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
{
570570
"kind": "SCALAR",
571571
"name": "Float",
572-
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). ",
572+
"description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
573573
"fields": null,
574574
"inputFields": null,
575575
"interfaces": null,
@@ -711,7 +711,7 @@
711711
{
712712
"kind": "SCALAR",
713713
"name": "Int",
714-
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ",
714+
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
715715
"fields": null,
716716
"inputFields": null,
717717
"interfaces": null,

0 commit comments

Comments
 (0)