Skip to content

Commit 0b19d8e

Browse files
moyaraAlan-Cha
authored andcommitted
Fix required properties to have ! on inputType
Signed-off-by: Byeongung <[email protected]>
1 parent 9b79a50 commit 0b19d8e

File tree

6 files changed

+28
-17
lines changed

6 files changed

+28
-17
lines changed

packages/openapi-to-graphql/lib/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
*
1616
* - To pass data between resolve functions, OpenAPI-to-GraphQL uses a _openapiToGraphql object
1717
* returned by every resolver in addition to its original data (OpenAPI-to-GraphQL does
18-
* not use the context to do so, which is an anti-pattern according to=
18+
* not use the context to do so, which is an anti-pattern according to
1919
* https://github.com/graphql/graphql-js/issues/953).
2020
*
21-
* - OpenAPI-to-GraphQL can handle basic authentication and api key-based authentication
21+
* - OpenAPI-to-GraphQL can handle basic authentication and API key-based authentication
2222
* through GraphQL. To do this, OpenAPI-to-GraphQL creates two new intermediate Object
2323
* Types called QueryViewer and MutationViewer that take as input security
2424
* credentials and pass them on using the _openapiToGraphql object to other resolve

packages/openapi-to-graphql/lib/schema_builder.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)