7 lines
76 B
GraphQL
7 lines
76 B
GraphQL
query GeneralSettings {
|
|
generalSettings {
|
|
title
|
|
description
|
|
}
|
|
}
|