#import "../fragments/commentView.graphql" query commentQuery($id: ID!) { comment(id: $id) { ...commentView parent { ...commentView replies { ...commentView } } } }