Skip to content

Commit 55f559e

Browse files
committed
Schema update
1 parent b10607e commit 55f559e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/schema.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

frontend/src/gql/graphql.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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']>;

0 commit comments

Comments
 (0)