Hi @adamhathcock,
oh maybe I have some misunderstanding on what a base object is, but isn’t every speckle object considered a base object? That includes detached properties like faces and vertices, essentially every reference id in the root node closure is a base object, and if that’s the case then it should have more than just 1 base object right?
Here is my project link
attaching my response for project/object query
gql:
query ExampleQuery($projectId: String!, $objectId: String!) {
project(id: $projectId) {
object(id: $objectId) {
data
}
}
}
Variables:
{
"projectId": "1f180e62c3",
"objectId": "1d25851fe5a5f42a7cbf37d385e94364"
}
Response:
{
"data": {
"project": {
"object": {
"data": {
"id": "1d25851fe5a5f42a7cbf37d385e94364",
"name": "Unnamed document",
"units": "mm",
"version": 3,
"elements": [
{
"__closure": null,
"referencedId": "2f20641d22aa47451ba2becd1ed16d1d",
"speckle_type": "reference"
}
],
"__closure": {
"049b47e6b4ee972067d209ed2a6b5b0e": 2,
"0e677e7bfb76776279a371ca4e20d67d": 3,
"251e985d2db0abdc62c8e285718da501": 2,
"27a77399d0f16abd8333b2f8eb06bf92": 3,
"2f20641d22aa47451ba2becd1ed16d1d": 1,
"333f24e9830dc779e031a04893cc8b2d": 3,
"5bcd6bb28d264eaf322fc81e18a24fa0": 4,
"7974d1d83427f0f648d396202f9a7761": 3,
"7ba0f678bfecded452171ae02a23d425": 2,
"a44b304e3f024221650432a1563808e9": 3,
"c78e66aaae3350bd01003b6bdfd78f12": 4,
"d7d027dbfdbdd8ce18bc0048994a9993": 6,
"dcdf5d97c571070d13721e20185a0b25": 3,
"f4ff313914b829bad10d8b02b7d69e0d": 4
},
"colorProxies": [
{
"id": "dd2888dfd991d15c15bedb7e182c411a",
"name": null,
"value": -16777216,
"source": "object",
"objects": [
"67bfd040-c5c5-4493-9b0e-8061b7d8c488"
],
"speckle_type": "Speckle.Core.Models.Proxies.ColorProxy",
"applicationId": "color_Color [A=255, R=0, G=0, B=0]_object"
}
],
"groupProxies": [],
"speckle_type": "Speckle.Core.Models.Collections.Collection",
"applicationId": null,
"collectionType": null,
"renderMaterialProxies": [],
"instanceDefinitionProxies": []
}
}
}
}
}
Please correct me if I misunderstood any parts, and again grateful for your help 