Functions
查询多个 Func 实例
type Functions {
items: [Function!]!
cursor: [String!]!
count: Int!
total: Int!
}
Fields
Functions.items ● [Function!]! non-null object
Func 分组
Functions.cursor ● [String!]! non-null scalar
当次查询原始最后一个元素的光标位置
Functions.count ● Int! non-null scalar
当前查询的数量
Functions.total ● Int! non-null scalar
包含当前在内的剩余数量
Returned By
functions query