view
Graphql fields and variables for the view query
query view ($id: ID, $code: String, $format: String) {
view (id: $id, code: $code, format: $format) {
columns
conditions
id
isDefault
name
obj
sortBy
sortOrder
userId
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
