mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 17:08:32 +00:00
7 lines
78 B
GraphQL
7 lines
78 B
GraphQL
query {
|
|
blog(title: "A history of GraphQL") {
|
|
__persist
|
|
title
|
|
}
|
|
}
|