Skip to content

Commit cf5f39d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 36f2e63 + 743f896 commit cf5f39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/development/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ This is the interface implemented by all entries.
19441944
| `draftName`| `String` | The name of the draft.
19451945
| `draftNotes`| `String` | The notes for the draft.
19461946
| `authorId`| `Int` | The primary entry author’s ID.
1947-
| `author`| `[UserInterface]` | The primary entry author.
1947+
| `author`| `UserInterface` | The primary entry author.
19481948
| `authorIds`| `[Int]` | The entry authors’ IDs.
19491949
| `authors`| `[UserInterface]` | The entry authors.
19501950
| `draftCreator`| `UserInterface` | The creator of a given draft.

0 commit comments

Comments
 (0)