mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 17:08:32 +00:00
7 lines
82 B
GraphQL
7 lines
82 B
GraphQL
# import "does-not-exist.graphql"
|
|
|
|
fragment AuthorF on Author {
|
|
name
|
|
handle
|
|
}
|