From 49013bc7b8d40119e99d7ac048fd72537c792c84 Mon Sep 17 00:00:00 2001 From: Rosalina Date: Sat, 8 Jun 2024 17:52:45 -0400 Subject: [PATCH] expose npln image id in graphql --- splatnet_album/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/splatnet_album/types.py b/splatnet_album/types.py index f0b8003a..9d710b1a 100644 --- a/splatnet_album/types.py +++ b/splatnet_album/types.py @@ -11,6 +11,7 @@ @strawberry_django.type(models.AlbumImage) class AlbumImage(relay.Node): splatnet_url: auto + npln_image_id: auto image: auto height: auto width: auto