webpack/graphql/queries/ovalContents.gql in foreman_openscap-4.3.3 vs webpack/graphql/queries/ovalContents.gql in foreman_openscap-5.0.0

- old
+ new

@@ -1,11 +1,16 @@ +#import "./currentUserAttributes.gql" + query($first: Int, $last: Int) { ovalContents(first: $first, last: $last) { totalCount nodes { id name url originalFilename } + } + currentUser { + ...CurrentUserAttributes } }