We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f2e63 + 743f896 commit cf5f39dCopy full SHA for cf5f39d
docs/5.x/development/graphql.md
@@ -1944,7 +1944,7 @@ This is the interface implemented by all entries.
1944
| `draftName`| `String` | The name of the draft.
1945
| `draftNotes`| `String` | The notes for the draft.
1946
| `authorId`| `Int` | The primary entry author’s ID.
1947
-| `author`| `[UserInterface]` | The primary entry author.
+| `author`| `UserInterface` | The primary entry author.
1948
| `authorIds`| `[Int]` | The entry authors’ IDs.
1949
| `authors`| `[UserInterface]` | The entry authors.
1950
| `draftCreator`| `UserInterface` | The creator of a given draft.
0 commit comments