mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 16:46:16 +00:00
8 lines
102 B
GraphQL
8 lines
102 B
GraphQL
query {
|
|
blog(title: "A history of GraphQL") {
|
|
title
|
|
createdAt
|
|
categories { name }
|
|
}
|
|
}
|