Skip to content

Commit

Permalink
expose npln image id in graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Jun 8, 2024
1 parent aa5b7f2 commit 49013bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions splatnet_album/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49013bc

Please sign in to comment.