File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1757,6 +1757,9 @@ type SiteConfig implements Node {
1757
1757
Whether users can log in with their email address.
1758
1758
"""
1759
1759
loginWithEmailAllowed : Boolean !
1760
+ """
1761
+ Experimental plan management iframe URI.
1762
+ """
1760
1763
planManagementIframeUri : String
1761
1764
"""
1762
1765
The ID of the site configuration.
Original file line number Diff line number Diff line change @@ -1296,6 +1296,7 @@ export type SiteConfig = Node & {
1296
1296
passwordLoginEnabled : Scalars [ 'Boolean' ] [ 'output' ] ;
1297
1297
/** Whether passwords are enabled and users can register using a password. */
1298
1298
passwordRegistrationEnabled : Scalars [ 'Boolean' ] [ 'output' ] ;
1299
+ /** Experimental plan management iframe URI. */
1299
1300
planManagementIframeUri ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
1300
1301
/** The URL to the privacy policy. */
1301
1302
policyUri ?: Maybe < Scalars [ 'Url' ] [ 'output' ] > ;
You can’t perform that action at this time.
0 commit comments