Skip to content
Snippets Groups Projects
Commit 3951fa9b authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Kushal Pandya
Browse files

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

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