Skip to content

Commit

Permalink
Fix return type in DescriptionSchemaExample
Browse files Browse the repository at this point in the history
Signed-off-by: atem.nkengasong <atemlefacnkengasong@gmail.com>
  • Loading branch information
nkengasongatem committed Jan 6, 2020
1 parent 53c5b33 commit 65bf067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/queries.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This would generate a schema that would include:
type Query {
...
#Returns the super hero with the specified name
superHero(name: String): [SuperHero]
superHero(name: String): SuperHero
#...
----
Expand Down

0 comments on commit 65bf067

Please sign in to comment.