13 lines
170 B
GraphQL
13 lines
170 B
GraphQL
query Promos {
|
|
promos {
|
|
title
|
|
buttonUrl
|
|
buttonText
|
|
buttonTarget
|
|
hideUrl
|
|
hideText
|
|
text
|
|
iconUrl
|
|
}
|
|
}
|