You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Added in UNRELEASED. Admin bulk create input — items carry any scope."""
216
+
"""
217
+
Added in UNRELEASED. Admin bulk create input — items carry any scope (BEP-1052 §3).
218
+
"""
217
219
input AdminBulkCreateAppConfigFragmentInput
218
220
@join__type(graph: STRAWBERRY)
219
221
{
@@ -1065,7 +1067,7 @@ input AppConfigFilter
1065
1067
userId: UUIDFilter = null
1066
1068
}
1067
1069
1068
-
"""Added in UNRELEASED. Raw per-scope app-config fragment."""
1070
+
"""Added in UNRELEASED. Raw per-scope app-config fragment (BEP-1052 §2)."""
1069
1071
type AppConfigFragment
1070
1072
@join__type(graph: STRAWBERRY)
1071
1073
{
@@ -13904,12 +13906,12 @@ type Query
13904
13906
adminAppConfigFragments(filter: AppConfigFragmentFilter = null, orderBy: [AppConfigFragmentOrderBy!] = null, first: Int = null, after: String = null, last: Int = null, before: String = null, limit: Int = null, offset: Int = null): [AppConfigFragment!]! @join__field(graph: STRAWBERRY)
13905
13907
13906
13908
"""
13907
-
Added in UNRELEASED. Public (no-auth) `PUBLIC`-scope app-config fragments — the subset of raw fragments that carry no personally-scoped data.
13909
+
Added in UNRELEASED. Public (no-auth) `PUBLIC`-scope app-config fragments — the subset of raw fragments that carry no personally-scoped data (BEP-1052 §3).
13908
13910
"""
13909
13911
publicAppConfigFragments(filter: AppConfigFragmentFilter = null, orderBy: [AppConfigFragmentOrderBy!] = null, first: Int = null, after: String = null, last: Int = null, before: String = null, limit: Int = null, offset: Int = null): [AppConfigFragment!]! @join__field(graph: STRAWBERRY)
13910
13912
13911
13913
"""
13912
-
Added in UNRELEASED. Caller's own merged AppConfig list (auth required). Chain per policy ; the adapter pins `(USER, current_user)` internally.
13914
+
Added in UNRELEASED. Caller's own merged AppConfig list (auth required). Chain per policy (BEP-1052 §5); the adapter pins `(USER, current_user)` internally.
13913
13915
"""
13914
13916
myAppConfigs(filter: AppConfigFilter = null, orderBy: [AppConfigOrderBy!] = null, first: Int = null, after: String = null, last: Int = null, before: String = null, limit: Int = null, offset: Int = null): [AppConfig!]! @join__field(graph: STRAWBERRY)
"""Added in UNRELEASED. Admin bulk create input — items carry any scope."""
166
+
"""
167
+
Added in UNRELEASED. Admin bulk create input — items carry any scope (BEP-1052 §3).
168
+
"""
167
169
inputAdminBulkCreateAppConfigFragmentInput {
168
170
"""Rows to create."""
169
171
items: [AdminAppConfigFragmentItemInput!]!
@@ -747,7 +749,7 @@ input AppConfigFilter {
747
749
userId: UUIDFilter = null
748
750
}
749
751
750
-
"""Added in UNRELEASED. Raw per-scope app-config fragment."""
752
+
"""Added in UNRELEASED. Raw per-scope app-config fragment (BEP-1052 §2)."""
751
753
typeAppConfigFragment {
752
754
"""Row ID."""
753
755
id: UUID!
@@ -8999,12 +9001,12 @@ type Query {
8999
9001
adminAppConfigFragments(filter: AppConfigFragmentFilter = null, orderBy: [AppConfigFragmentOrderBy!] = null, first: Int = null, after: String = null, last: Int = null, before: String = null, limit: Int = null, offset: Int = null): [AppConfigFragment!]!
9000
9002
9001
9003
"""
9002
-
Added in UNRELEASED. Public (no-auth) `PUBLIC`-scope app-config fragments — the subset of raw fragments that carry no personally-scoped data.
9004
+
Added in UNRELEASED. Public (no-auth) `PUBLIC`-scope app-config fragments — the subset of raw fragments that carry no personally-scoped data (BEP-1052 §3).
9003
9005
"""
9004
9006
publicAppConfigFragments(filter: AppConfigFragmentFilter = null, orderBy: [AppConfigFragmentOrderBy!] = null, first: Int = null, after: String = null, last: Int = null, before: String = null, limit: Int = null, offset: Int = null): [AppConfigFragment!]!
9005
9007
9006
9008
"""
9007
-
Added in UNRELEASED. Caller's own merged AppConfig list (auth required). Chain per policy ; the adapter pins `(USER, current_user)` internally.
9009
+
Added in UNRELEASED. Caller's own merged AppConfig list (auth required). Chain per policy (BEP-1052 §5); the adapter pins `(USER, current_user)` internally.
9008
9010
"""
9009
9011
myAppConfigs(filter: AppConfigFilter = null, orderBy: [AppConfigOrderBy!] = null, first: Int = null, after: String = null, last: Int = null, before: String = null, limit: Int = null, offset: Int = null): [AppConfig!]!
0 commit comments