Return all the resources process during the latest sRTMS session.
allResource(count: Int, nextToken: String): PaginationAllResource!count: IntnextToken: StringPaginationAllResourceitems: [Resource!]!nextToken: Stringquery allResource { allResource { items { resourceid resourcename } nextToken }}{ "data": { "allResource": { "items": [ { "resourceid": "16778572", "resourcename": "FATSTACKS16778572" } ], "nextToken": null } }}if you have questions or issues using the API, please contact us as support@fatstacks.tech