menu
sunny_graphql package
documentation
refs.dart
ExtGraphRefList<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput, G extends ExtGraphRef<R, E, C, U>>
connectIds property
connectIds property
dark_mode
light_mode
connectIds
property
Iterable
<
String
>
get
connectIds
Implementation
Iterable<String> get connectIds => _connect.map((e) => e._linkedId).whereType();
sunny_graphql package
documentation
refs
ExtGraphRefList<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput, G extends ExtGraphRef<R, E, C, U>>
connectIds property
ExtGraphRefList class