mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 17:08:32 +00:00
8 lines
102 B
GraphQL
8 lines
102 B
GraphQL
# import "./bad.fragment.graphql"
|
|
|
|
query($title: String!) {
|
|
blog(title: $title) {
|
|
...BadF
|
|
}
|
|
}
|