47 lines
833 B
GraphQL
47 lines
833 B
GraphQL
fragment SiteCardFragment on Site {
|
|
id
|
|
siteUrl
|
|
card {
|
|
id
|
|
screenshotUrl
|
|
previewUrl
|
|
showGetStartedByDefault
|
|
customTabs {
|
|
id
|
|
title
|
|
content
|
|
order
|
|
default
|
|
}
|
|
customTitle
|
|
customSidebar {
|
|
id
|
|
content
|
|
}
|
|
buttons {
|
|
id
|
|
icon
|
|
href
|
|
handler
|
|
target
|
|
title
|
|
label
|
|
description
|
|
comment
|
|
additionalComments
|
|
intent
|
|
noEscape
|
|
noEscapeTitle
|
|
section
|
|
order
|
|
tooltip
|
|
}
|
|
services {
|
|
name
|
|
enabled
|
|
hasWarning
|
|
description
|
|
}
|
|
}
|
|
}
|