We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0840cf commit 86dde17Copy full SHA for 86dde17
firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/generated/GeneratedConnector.kt
@@ -53,10 +53,10 @@ public interface GeneratedConnector<T : GeneratedConnector<T>> {
53
54
/**
55
* Returns a list containing all [GeneratedQuery] and [GeneratedMutation] objects defined as
56
- * properties in this object.
+ * properties in this object, in an unspecified order..
57
*
58
* Namely, the returned list will contain exactly the elements returned from [queries] and
59
- * [mutations], in an unspecified order.
+ * [mutations].
60
61
* @see queries
62
* @see mutations
0 commit comments