Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove reference to fixed bug #1651

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/docs/custom-graphql/gql-input-object-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sidebar_position: 9

Adds a new input object to the schema. See [example usage](/docs/custom-graphql/custom-mutations#auth-example).

Until [this bug](https://github.com/microsoft/TypeScript/issues/53332) is fixed, custom input objects need to be defined in a separate file from where they're consumed.

Options:

* name
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/custom-graphql/gql-interface-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sidebar_position: 10

Adds a new [GraphQL interface](https://graphql.org/learn/schema/#interfaces) to the schema.

Until [this bug](https://github.com/microsoft/TypeScript/issues/53332) is fixed, custom interfaces need to be defined in a separate file from where they're consumed.

Options:

* name
Expand Down
1 change: 0 additions & 1 deletion docs/docs/custom-graphql/gql-object-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ sidebar_position: 8

Adds a new object to the schema. See example [usage](/docs/custom-graphql/custom-queries#viewer).

Until [this bug](https://github.com/microsoft/TypeScript/issues/53332) is fixed, custom objects need to be defined in a separate file from where they're consumed.

Options:

Expand Down
2 changes: 0 additions & 2 deletions docs/docs/custom-graphql/gql-union-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sidebar_position: 11

Adds a new [GraphQL Union](https://graphql.org/learn/schema/#union-types) to the schema.

Until [this bug](https://github.com/microsoft/TypeScript/issues/53332) is fixed, custom unions need to be defined in a separate file from where they're consumed.

Options:

* name
Expand Down