forked from DebaucheryLibrarian/traxxx
Removed views in favor of PostGraphile filter and sort plugins. Updated site modules to GraphQL. Added tag posters.
This commit is contained in:
@@ -29,7 +29,7 @@ const sitesFragment = `
|
||||
`;
|
||||
|
||||
const releaseActorsFragment = `
|
||||
actors: releasesActorsSortables(orderBy: GENDER_ASC) {
|
||||
actors: releasesActors(orderBy: ACTOR_BY_ACTOR_ID__GENDER_ASC) {
|
||||
actor {
|
||||
id
|
||||
name
|
||||
@@ -51,7 +51,7 @@ const releaseActorsFragment = `
|
||||
`;
|
||||
|
||||
const releaseTagsFragment = `
|
||||
tags: releasesTagsSortables(orderBy: PRIORITY_DESC) {
|
||||
tags: releasesTags(orderBy: TAG_BY_TAG_ID__PRIORITY_DESC) {
|
||||
tag {
|
||||
name
|
||||
priority
|
||||
|
||||
Reference in New Issue
Block a user