This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e5af37efbc
stash
/
graphql
/
documents
/
queries
/
dlna.graphql
12 lines
143 B
GraphQL
Raw
Normal View
History
Unescape
Escape
DLNA (#1364)
2021-05-20 06:58:43 +00:00
query
DLNAStatus
{
dlnaStatus
{
running
until
recentIPAddresses
allowedIPAddresses
{
ipAddress
until
}
}
Overhaul graphql client cache invalidation (#3912) * Update apollo client * Overhaul graphql client cache invalidation * Fix tagger studio link display update * Add graphql formatting
2023-07-28 00:36:00 +00:00
}