Sha256: b0495c34e5b0e0d35e79cb75f055eeddc1db9c585692c2b3b94eb8519c308fde
Contents?: true
Size: 376 Bytes
Versions: 12
Compression:
Stored size: 376 Bytes
Contents
#import "./currentUserAttributes.gql" query($search: String, $first: Int, $last: Int) { cves(search: $search, first: $first, last: $last) { totalCount nodes { id refId refUrl hasErrata definitionId hosts { nodes { id name } } } } currentUser { ...CurrentUserAttributes } }
Version data entries
12 entries across 12 versions & 1 rubygems