Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie <benjie@jemjie.com>
  • Loading branch information
JoviDeCroock and benjie committed Mar 8, 2024
1 parent e12b944 commit 045a347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/Section 4 -- Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Fields\:

**Input Object**

Input objects are types defined as a list of named input values. They
Input objects are composite types defined as a list of named input values. They
are only used as inputs to arguments and variables and cannot be a field return
type.

Expand Down
2 changes: 1 addition & 1 deletion spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ fragment inlineNotExistingType on Dog {
}
```

#### Fragments on object, interface or union Types
#### Fragments on Object, Interface or Union Types

**Formal Specification**

Expand Down

0 comments on commit 045a347

Please sign in to comment.