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 {
17571757 Whether users can log in with their email address.
17581758 """
17591759 loginWithEmailAllowed : Boolean !
1760+ """
1761+ Experimental plan management iframe URI.
1762+ """
17601763 planManagementIframeUri : String
17611764 """
17621765 The ID of the site configuration.
Original file line number Diff line number Diff line change @@ -1296,6 +1296,7 @@ export type SiteConfig = Node & {
12961296 passwordLoginEnabled : Scalars [ 'Boolean' ] [ 'output' ] ;
12971297 /** Whether passwords are enabled and users can register using a password. */
12981298 passwordRegistrationEnabled : Scalars [ 'Boolean' ] [ 'output' ] ;
1299+ /** Experimental plan management iframe URI. */
12991300 planManagementIframeUri ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
13001301 /** The URL to the privacy policy. */
13011302 policyUri ?: Maybe < Scalars [ 'Url' ] [ 'output' ] > ;
You can’t perform that action at this time.
0 commit comments