embeddedNetwork
Get details about an embedded network.
Arguments
Possible Errors
Allowed Viewers
Required Permissions
Can query embedded networkQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query EmbeddedNetwork($id: ID!) {
embeddedNetwork(id: $id) {
embeddedProperties {
...EmbeddedPropertyTypeFragment
}
id
name
}
}
Variables
{
"id": "16203268"
}
Response
{
"data": {
"embeddedNetwork": {
"embeddedProperties": [EmbeddedPropertyType],
"id": "12068540",
"name": "something-tax-floor-himself-oil"
}
}
}