aboutsummaryrefslogtreecommitdiff
path: root/lib/graphql/query.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/graphql/query.js')
-rw-r--r--lib/graphql/query.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/graphql/query.js b/lib/graphql/query.js
index 297edb2..a09c6ac 100644
--- a/lib/graphql/query.js
+++ b/lib/graphql/query.js
@@ -240,6 +240,22 @@ const mediaInfoQuery = `
}
}
}
+ characters {
+ edges {
+ role
+ node {
+ id
+ image {
+ large
+ medium
+ }
+ name {
+ full
+ userPreferred
+ }
+ }
+ }
+ }
}
}`;