gql/queries/getMyDevices.graphql library
Classes
-
CopyWith$Fragment$MyDevice<
TRes> -
CopyWith$Fragment$MyDevice$baseDevice<
TRes> -
CopyWith$Fragment$MyDevice$deviceType<
TRes> -
CopyWith$Fragment$MyDevice$remoteDevices<
TRes> -
CopyWith$Query$GetMyDevices<
TRes> -
CopyWith$Query$GetMyDevices$myDevices<
TRes> -
CopyWith$Query$GetMyDevices$myDevices$baseDevice<
TRes> -
CopyWith$Query$GetMyDevices$myDevices$deviceType<
TRes> -
CopyWith$Query$GetMyDevices$myDevices$remoteDevices<
TRes> - FetchMoreOptions$Query$GetMyDevices
- Fragment$MyDevice
- Fragment$MyDevice$baseDevice
- Fragment$MyDevice$deviceType
- Fragment$MyDevice$remoteDevices
- Options$Query$GetMyDevices
- Query$GetMyDevices
- Query$GetMyDevices$myDevices
- Query$GetMyDevices$myDevices$baseDevice
- Query$GetMyDevices$myDevices$deviceType
- Query$GetMyDevices$myDevices$remoteDevices
- Query$GetMyDevices$Widget
- WatchOptions$Query$GetMyDevices
Extensions
- ClientExtension$Fragment$MyDevice on GraphQLClient
- ClientExtension$Query$GetMyDevices on GraphQLClient
- UtilityExtension$Fragment$MyDevice on Fragment$MyDevice
- UtilityExtension$Fragment$MyDevice$baseDevice on Fragment$MyDevice$baseDevice
- UtilityExtension$Fragment$MyDevice$deviceType on Fragment$MyDevice$deviceType
- UtilityExtension$Fragment$MyDevice$remoteDevices on Fragment$MyDevice$remoteDevices
- UtilityExtension$Query$GetMyDevices on Query$GetMyDevices
- UtilityExtension$Query$GetMyDevices$myDevices on Query$GetMyDevices$myDevices
- UtilityExtension$Query$GetMyDevices$myDevices$baseDevice on Query$GetMyDevices$myDevices$baseDevice
- UtilityExtension$Query$GetMyDevices$myDevices$deviceType on Query$GetMyDevices$myDevices$deviceType
- UtilityExtension$Query$GetMyDevices$myDevices$remoteDevices on Query$GetMyDevices$myDevices$remoteDevices
Constants
- documentNodeFragmentMyDevice → const DocumentNode
- documentNodeQueryGetMyDevices → const DocumentNode
- fragmentDefinitionMyDevice → const FragmentDefinitionNode
Functions
-
useQuery$GetMyDevices(
[Options$Query$GetMyDevices? options]) → QueryHookResult< Query$GetMyDevices> -
useWatchQuery$GetMyDevices(
[WatchOptions$Query$GetMyDevices? options]) → ObservableQuery< Query$GetMyDevices>
Typedefs
-
OnQueryComplete$Query$GetMyDevices
= FutureOr<
void> Function(Map<String, dynamic> ?, Query$GetMyDevices?)