mirror of https://github.com/stashapp/stash.git
27 lines
444 B
GraphQL
27 lines
444 B
GraphQL
query ScrapeFreeones($performer_name: String!) {
|
|
scrapeFreeones(performer_name: $performer_name) {
|
|
name
|
|
url
|
|
twitter
|
|
instagram
|
|
birthdate
|
|
ethnicity
|
|
country
|
|
eye_color
|
|
height
|
|
measurements
|
|
fake_tits
|
|
career_length
|
|
tattoos
|
|
piercings
|
|
aliases
|
|
details
|
|
death_date
|
|
hair_color
|
|
weight
|
|
}
|
|
}
|
|
|
|
query ScrapeFreeonesPerformers($q: String!) {
|
|
scrapeFreeonesPerformerList(query: $q)
|
|
} |