extend type Query { "Query to get the actions" actions( username: String bannerEdgeID: String @hasBannerAccess(field: "bannerEdgeId") clusterEdgeID: String @hasClusterAccess(field: "clusterEdgeId") batchID: String action: String status: String cursor: String count: Int ): Actions @hasRole( roles: [ EDGE_BANNER_VIEWER EDGE_ORG_ADMIN EDGE_BANNER_ADMIN EDGE_BANNER_OPERATOR ] ) }