10 lines
127 B
GraphQL
10 lines
127 B
GraphQL
query GetPasswordPage {
|
|
viewer {
|
|
background {
|
|
file
|
|
color
|
|
fit
|
|
}
|
|
}
|
|
}
|