summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/author.fragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures/lib/gitlab/graphql/queries/author.fragment.graphql')
-rw-r--r--fixtures/lib/gitlab/graphql/queries/author.fragment.graphql4
1 files changed, 4 insertions, 0 deletions
diff --git a/fixtures/lib/gitlab/graphql/queries/author.fragment.graphql b/fixtures/lib/gitlab/graphql/queries/author.fragment.graphql
new file mode 100644
index 00000000000..a10af1b3217
--- /dev/null
+++ b/fixtures/lib/gitlab/graphql/queries/author.fragment.graphql
@@ -0,0 +1,4 @@
+fragment AuthorF on Author {
+ name
+ handle
+}