mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
* Add gql client generation files * Update dependencies * Add stash-box client generation to the makefile * Move scraped scene object matchers to models * Add stash-box to scrape with dropdown * Add scrape scene from fingerprint in UI
14 lines
428 B
YAML
14 lines
428 B
YAML
model:
|
|
filename: ./pkg/scraper/stashbox/graphql/generated_models.go
|
|
client:
|
|
filename: ./pkg/scraper/stashbox/graphql/generated_client.go
|
|
models:
|
|
Date:
|
|
model: github.com/99designs/gqlgen/graphql.String
|
|
endpoint:
|
|
# This points to stashdb.org currently, but can be directed at any stash-box
|
|
# instance. It is used for generation only.
|
|
url: https://stashdb.org/graphql
|
|
query:
|
|
- "./graphql/stash-box/*.graphql"
|