XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias NodeAttachQuery

    NodeAttachQuery: Query<
        {
            external?: boolean;
            id: ModuleIdentifier;
            schema: NodeAttachQuerySchema;
        },
    >