api/backend/graphql/parsers/session library

Functions

fromDartAccessTokenSecretNullableToGraphQLAccessTokenSecretNullable(AccessTokenSecret? v) String?
fromDartAccessTokenSecretToGraphQLAccessTokenSecret(AccessTokenSecret v) String
fromDartIpAddressNullableToGraphQLIpNullable(IpAddress? v) String?
fromDartIpAddressToGraphQLIp(IpAddress v) String
fromDartListAccessTokenSecretNullableToGraphQLListAccessTokenSecretNullable(List<AccessTokenSecret?> v) List<String?>
fromDartListAccessTokenSecretToGraphQLListAccessTokenSecret(List<AccessTokenSecret> v) List<String>
fromDartListIpAddressNullableToGraphQLListIpNullable(List<IpAddress?> v) List<String?>
fromDartListIpAddressToGraphQLListDataTime(List<IpAddress> v) List<String>
fromDartListNullableAccessTokenSecretNullableToGraphQLListNullableAccessTokenSecretNullable(List<AccessTokenSecret?>? v) List<String?>?
fromDartListNullableAccessTokenSecretToGraphQLListNullableAccessTokenSecret(List<AccessTokenSecret>? v) List<String>?
fromDartListNullableIpAddressToGraphQLListNullableIp(List<IpAddress>? v) List<String>?
fromDartListNullableRefreshTokenSecretNullableToGraphQLListNullableRefreshTokenSecretNullable(List<RefreshTokenSecret?>? v) List<String?>?
fromDartListNullableRefreshTokenSecretToGraphQLListNullableRefreshTokenSecret(List<RefreshTokenSecret>? v) List<String>?
fromDartListNullableSessionIdNullableToGraphQLListNullableSessionIdNullable(List<SessionId?>? v) List<String?>?
fromDartListNullableSessionIdToGraphQLListNullableSessionId(List<SessionId>? v) List<String>?
fromDartListNullableSessionsListVersionNullableToGraphQLListNullableSessionsListVersionNullable(List<SessionsListVersion?>? v) List<String?>?
fromDartListNullableSessionsListVersionToGraphQLListNullableSessionsListVersion(List<SessionsListVersion>? v) List<String>?
fromDartListNullableSessionVersionNullableToGraphQLListNullableSessionVersionNullable(List<SessionVersion?>? v) List<String?>?
fromDartListNullableSessionVersionToGraphQLListNullableSessionVersion(List<SessionVersion>? v) List<String>?
fromDartListNullableUserAgentNullableToGraphQLListNullableUserAgentNullable(List<UserAgent?>? v) List<String?>?
fromDartListNullableUserAgentToGraphQLListNullableUserAgent(List<UserAgent>? v) List<String>?
fromDartListRefreshTokenSecretNullableToGraphQLListRefreshTokenSecretNullable(List<RefreshTokenSecret?> v) List<String?>
fromDartListRefreshTokenSecretToGraphQLListRefreshTokenSecret(List<RefreshTokenSecret> v) List<String>
fromDartListSessionIdNullableToGraphQLListSessionIdNullable(List<SessionId?> v) List<String?>
fromDartListSessionIdToGraphQLListSessionId(List<SessionId> v) List<String>
fromDartListSessionsListVersionNullableToGraphQLListSessionsListVersionNullable(List<SessionsListVersion?> v) List<String?>
fromDartListSessionsListVersionToGraphQLListSessionsListVersion(List<SessionsListVersion> v) List<String>
fromDartListSessionVersionNullableToGraphQLListSessionVersionNullable(List<SessionVersion?> v) List<String?>
fromDartListSessionVersionToGraphQLListSessionVersion(List<SessionVersion> v) List<String>
fromDartListUserAgentNullableToGraphQLListUserAgentNullable(List<UserAgent?> v) List<String?>
fromDartListUserAgentToGraphQLListUserAgent(List<UserAgent> v) List<String>
fromDartRefreshTokenSecretNullableToGraphQLRefreshTokenSecretNullable(RefreshTokenSecret? v) String?
fromDartRefreshTokenSecretToGraphQLRefreshTokenSecret(RefreshTokenSecret v) String
fromDartSessionIdNullableToGraphQLSessionIdNullable(SessionId? v) String?
fromDartSessionIdToGraphQLSessionId(SessionId v) String
fromDartSessionsListVersionNullableToGraphQLSessionsListVersionNullable(SessionsListVersion? v) String?
fromDartSessionsListVersionToGraphQLSessionsListVersion(SessionsListVersion v) String
fromDartSessionVersionNullableToGraphQLSessionVersionNullable(SessionVersion? v) String?
fromDartSessionVersionToGraphQLSessionVersion(SessionVersion v) String
fromDartUserAgentNullableToGraphQLUserAgentNullable(UserAgent? v) String?
fromDartUserAgentToGraphQLUserAgent(UserAgent v) String
fromGraphQLAccessTokenSecretNullableToDartAccessTokenSecretNullable(String? v) AccessTokenSecret?
fromGraphQLAccessTokenSecretToDartAccessTokenSecret(String v) AccessTokenSecret
fromGraphQLIpNullableToDartIpAddressNullable(String? v) IpAddress?
fromGraphQLIpToDartIpAddress(String v) IpAddress
fromGraphQLListAccessTokenSecretNullableToDartListAccessTokenSecretNullable(List<Object?> v) List<AccessTokenSecret?>
fromGraphQLListAccessTokenSecretToDartListAccessTokenSecret(List<Object?> v) List<AccessTokenSecret>
fromGraphQLListIpNullableToDartListIpAddressNullable(List<Object?> v) List<IpAddress?>
fromGraphQLListIpToDartListIpAddress(List<Object?> v) List<IpAddress>
fromGraphQLListNullableAccessTokenSecretNullableToDartListNullableAccessTokenSecretNullable(List<Object?>? v) List<AccessTokenSecret?>?
fromGraphQLListNullableAccessTokenSecretToDartListNullableAccessTokenSecret(List<Object?>? v) List<AccessTokenSecret>?
fromGraphQLListNullableIpToDartListNullableIpAddress(List<Object?>? v) List<IpAddress>?
fromGraphQLListNullableRefreshTokenSecretNullableToDartListNullableRefreshTokenSecretNullable(List<Object?>? v) List<RefreshTokenSecret?>?
fromGraphQLListNullableRefreshTokenSecretToDartListNullableRefreshTokenSecret(List<Object?>? v) List<RefreshTokenSecret>?
fromGraphQLListNullableSessionIdNullableToDartListNullableSessionIdNullable(List<Object?>? v) List<SessionId?>?
fromGraphQLListNullableSessionIdToDartListNullableSessionId(List<Object?>? v) List<SessionId>?
fromGraphQLListNullableSessionsListVersionNullableToDartListNullableSessionsListVersionNullable(List<Object?>? v) List<SessionsListVersion?>?
fromGraphQLListNullableSessionsListVersionToDartListNullableSessionsListVersion(List<Object?>? v) List<SessionsListVersion>?
fromGraphQLListNullableSessionVersionNullableToDartListNullableSessionVersionNullable(List<Object?>? v) List<SessionVersion?>?
fromGraphQLListNullableSessionVersionToDartListNullableSessionVersion(List<Object?>? v) List<SessionVersion>?
fromGraphQLListNullableUserAgentNullableToDartListNullableUserAgentNullable(List<Object?>? v) List<UserAgent?>?
fromGraphQLListNullableUserAgentToDartListNullableUserAgent(List<Object?>? v) List<UserAgent>?
fromGraphQLListRefreshTokenSecretNullableToDartListRefreshTokenSecretNullable(List<Object?> v) List<RefreshTokenSecret?>
fromGraphQLListRefreshTokenSecretToDartListRefreshTokenSecret(List<Object?> v) List<RefreshTokenSecret>
fromGraphQLListSessionIdNullableToDartListSessionIdNullable(List<Object?> v) List<SessionId?>
fromGraphQLListSessionIdToDartListSessionId(List<Object?> v) List<SessionId>
fromGraphQLListSessionsListVersionNullableToDartListSessionsListVersionNullable(List<Object?> v) List<SessionsListVersion?>
fromGraphQLListSessionsListVersionToDartListSessionsListVersion(List<Object?> v) List<SessionsListVersion>
fromGraphQLListSessionVersionNullableToDartListSessionVersionNullable(List<Object?> v) List<SessionVersion?>
fromGraphQLListSessionVersionToDartListSessionVersion(List<Object?> v) List<SessionVersion>
fromGraphQLListUserAgentNullableToDartListUserAgentNullable(List<Object?> v) List<UserAgent?>
fromGraphQLListUserAgentToDartListUserAgent(List<Object?> v) List<UserAgent>
fromGraphQLRefreshTokenSecretNullableToDartRefreshTokenSecretNullable(String? v) RefreshTokenSecret?
fromGraphQLRefreshTokenSecretToDartRefreshTokenSecret(String v) RefreshTokenSecret
fromGraphQLSessionIdNullableToDartSessionIdNullable(String? v) SessionId?
fromGraphQLSessionIdToDartSessionId(String v) SessionId
fromGraphQLSessionsListVersionNullableToDartSessionsListVersionNullable(String? v) SessionsListVersion?
fromGraphQLSessionsListVersionToDartSessionsListVersion(String v) SessionsListVersion
fromGraphQLSessionVersionNullableToDartSessionVersionNullable(String? v) SessionVersion?
fromGraphQLSessionVersionToDartSessionVersion(String v) SessionVersion
fromGraphQLUserAgentNullableToDartUserAgentNullable(String? v) UserAgent?
fromGraphQLUserAgentToDartUserAgent(String v) UserAgent