Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 5 additions and 5 deletions
Showing only changes of commit c37943edf3 - Show all commits

View File

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