Commit 3951fa9b authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Kushal Pandya

Resolve "GDK error on non-unique GraphQL fragment 'PageInfo'"

parent 2f385f7f
fragment PageInfo on PageInfo {
hasNextPage
endCursor
}
#import "~/graphql_shared/fragments/pageInfo.fragment.graphql"
fragment TreeEntry on Entry {
id
name
......@@ -5,11 +7,6 @@ fragment TreeEntry on Entry {
type
}
fragment PageInfo on PageInfo {
hasNextPage
endCursor
}
query getFiles(
$projectPath: ID!
$path: String
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment