Update Kitsu GraphQL schema

This commit is contained in:
Timothy Warren 2021-03-01 10:06:12 -05:00
parent 0b9fbbf042
commit c37943edf3
1 changed files with 5 additions and 5 deletions

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!
}