Skip to main content

BinaryListType

No description

type BinaryListType {
BinaryList(
_filter: String
_profile: [uri]
_lastUpdated: [date]
_tag: [token]
_security: [token]
_source: [uri]
_id: [token]
_text: [String]
_content: [String]
_sort: String
_count: Int
_cursor: String
): [Binary]
}

Fields

BinaryListType.BinaryList ● [Binary] list object

BinaryListType.BinaryList._filter ● String scalar
BinaryListType.BinaryList._profile ● [uri] list scalar
BinaryListType.BinaryList._lastUpdated ● [date] list scalar
BinaryListType.BinaryList._tag ● [token] list scalar
BinaryListType.BinaryList._security ● [token] list scalar
BinaryListType.BinaryList._source ● [uri] list scalar
BinaryListType.BinaryList._id ● [token] list scalar
BinaryListType.BinaryList._text ● [String] list scalar
BinaryListType.BinaryList._content ● [String] list scalar
BinaryListType.BinaryList._sort ● String scalar
BinaryListType.BinaryList._count ● Int scalar
BinaryListType.BinaryList._cursor ● String scalar