Skip to content

Commit

Permalink
Some grammar and detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Schwer committed Apr 18, 2020
1 parent c97a098 commit ed3a3bd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ const {
});

// error will contain any graphql-to-openapi errors if they exist.
// graphql-to-openapi only throws an error if you've failed to name
// the input query. The name of the input query is used to define the
// openapi route name.

// schemaError are errors in the parsing of the input schema.
// schemaError is an error in the parsing of the input schema.

// queryErrors are errors associated with parsing and validating the input
query.
// queryErrors are errors associated with parsing and validating the input query.
// This includes any validation issues when matching the query with the schema.

// openApiSchema will contain the deserialized openapi schema for the
// specified query.
Expand Down

0 comments on commit ed3a3bd

Please sign in to comment.