139 lines
2.8 KiB
GraphQL
139 lines
2.8 KiB
GraphQL
query getWebsiteInterface($language_code: String) {
|
|
websiteInterfaces(
|
|
filters: { ui_language: { code: { eq: $language_code } } }
|
|
) {
|
|
data {
|
|
attributes {
|
|
library
|
|
contents
|
|
wiki
|
|
chronicles
|
|
library_short_description
|
|
contents_short_description
|
|
wiki_short_description
|
|
chronicles_short_description
|
|
news
|
|
merch
|
|
gallery
|
|
archives
|
|
about_us
|
|
licensing_notice
|
|
copyright_notice
|
|
contents_description
|
|
type
|
|
category
|
|
categories
|
|
size
|
|
release_date
|
|
release_year
|
|
details
|
|
price
|
|
width
|
|
height
|
|
thickness
|
|
subitem
|
|
subitems
|
|
subitem_of
|
|
variant
|
|
variants
|
|
variant_of
|
|
summary
|
|
audio
|
|
video
|
|
textual
|
|
game
|
|
other
|
|
return_to
|
|
left_to_right
|
|
right_to_left
|
|
page
|
|
pages
|
|
page_order
|
|
binding
|
|
type_information
|
|
front_matter
|
|
back_matter
|
|
open_content
|
|
read_content
|
|
watch_content
|
|
listen_content
|
|
view_scans
|
|
paperback
|
|
hardcover
|
|
languages
|
|
select_language
|
|
language
|
|
library_description
|
|
wiki_description
|
|
chronicles_description
|
|
news_description
|
|
merch_description
|
|
gallery_description
|
|
archives_description
|
|
about_us_description
|
|
page_not_found
|
|
default_description
|
|
name
|
|
show_subitems
|
|
show_primary_items
|
|
show_secondary_items
|
|
no_type
|
|
no_year
|
|
order_by
|
|
group_by
|
|
select_option_sidebar
|
|
group
|
|
settings
|
|
theme
|
|
light
|
|
auto
|
|
dark
|
|
font_size
|
|
player_name
|
|
currency
|
|
font
|
|
calculated
|
|
status_incomplete
|
|
status_draft
|
|
status_review
|
|
status_done
|
|
incomplete
|
|
draft
|
|
review
|
|
done
|
|
status
|
|
transcribers
|
|
translators
|
|
proofreaders
|
|
transcript_notice
|
|
translation_notice
|
|
source_language
|
|
pronouns
|
|
no_category
|
|
item
|
|
items
|
|
content
|
|
result
|
|
results
|
|
language_switch_message
|
|
open_settings
|
|
change_language
|
|
open_search
|
|
chronology
|
|
accords_handbook
|
|
legality
|
|
members
|
|
sharing_policy
|
|
contact_us
|
|
email
|
|
email_gdpr_notice
|
|
message
|
|
send
|
|
response_invalid_code
|
|
response_invalid_email
|
|
response_email_success
|
|
}
|
|
}
|
|
}
|
|
}
|