Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit c37943edf3 - Show all commits

View File

@ -1559,11 +1559,11 @@ type MediaStaffEdge {
} }
type Mutation { type Mutation {
anime: AnimeMutations anime: AnimeMutations!
episode: EpisodeMutations episode: EpisodeMutations!
libraryEntry: LibraryEntryMutations libraryEntry: LibraryEntryMutations!
mapping: MappingMutations mapping: MappingMutations!
post: PostMutations post: PostMutations!
pro: ProMutations! pro: ProMutations!
} }