mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-31 08:36:06 +02:00
Add FileStashUrl type and Query methods***
***Add Control component and update Header component*** ***Add control.tmpl template*** ***Update rollup.config.mjs*** ***Update routes.go*** ***Add VerticalTab and LinuxUser components
This commit is contained in:
@@ -328,3 +328,13 @@ input PageRequest {
|
||||
itemsPerPage: Int!
|
||||
page: Int!
|
||||
}
|
||||
|
||||
type FileStashUrl {
|
||||
id: ID!
|
||||
url: String!
|
||||
}
|
||||
|
||||
type Query {
|
||||
getFileStashUrl(id: ID!): FileStashUrl
|
||||
getAllFileStashUrls: [FileStashUrl]
|
||||
}
|
Reference in New Issue
Block a user