Skip to main content

Arguments

id : ID! required

Returns

EmbeddedNetworkType

Represents an embedded network that holds multiple embedded properties.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query embedded network

Query Complexity

1

Examples

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

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" } } }