Return the last process information for a specific resource.
getResource(resourceid: ID!): Resource
resourceid: ID!
query getResource{
getResource(resourceid:"16777251"){
Resource{
resourceid,
resourcename
}
}
}
{
"data": {
"getResource": {
"Resource": {
"resourceid": "16777251",
"resourcename": "FATSTACKS16777251"
}
}
}
}
if you have questions or issues using the API, please contact us as support@fatstacks.tech