Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 29, 2024
1 parent bd886a6 commit 9aec519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/generated/graphql-kubernetes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5529,7 +5529,7 @@ export const RolesDocument = gql`
sortBy: $sortBy
itemsPerPage: $itemsPerPage
page: $page
) @rest(path: "role/{args.namespace}?filterBy={args.filterBy}&sortBy={args.sortBy}&itemsPerPage={args.itemsPerPage}&page={args.page}") {
) @rest(type: "role_RoleList", path: "role/{args.namespace}?filterBy={args.filterBy}&sortBy={args.sortBy}&itemsPerPage={args.itemsPerPage}&page={args.page}") {
listMeta @type(name: "types_ListMeta") {
...ListMeta
}
Expand Down
1 change: 1 addition & 0 deletions assets/src/graph-kubernetes/access/role.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ query Roles(
page: $page
)
@rest(
type: "role_RoleList"
path: "role/{args.namespace}?filterBy={args.filterBy}&sortBy={args.sortBy}&itemsPerPage={args.itemsPerPage}&page={args.page}"
) {
listMeta @type(name: "types_ListMeta") {
Expand Down

0 comments on commit 9aec519

Please sign in to comment.