Skip to content

Commit

Permalink
#1 cleanup pg_graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiko committed Oct 14, 2024
1 parent a64635a commit 8f6d168
Show file tree
Hide file tree
Showing 12 changed files with 139 additions and 491 deletions.
13 changes: 0 additions & 13 deletions packages/twenty-front/src/generated-metadata/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ export type Scalars = {
Upload: { input: any; output: any; }
};

export type AisqlQueryResult = {
__typename?: 'AISQLQueryResult';
queryFailedErrorMessage?: Maybe<Scalars['String']['output']>;
sqlQuery: Scalars['String']['output'];
sqlQueryResult?: Maybe<Scalars['String']['output']>;
};

export type ActivateWorkspaceInput = {
displayName?: InputMaybe<Scalars['String']['input']>;
};
Expand Down Expand Up @@ -862,7 +855,6 @@ export type Query = {
findOneRemoteServerById: RemoteServer;
findWorkspaceFromInviteHash: Workspace;
findWorkspaceInvitations: Array<WorkspaceInvitation>;
getAISQLQuery: AisqlQueryResult;
getAvailablePackages: Scalars['JSON']['output'];
getPostgresCredentials?: Maybe<PostgresCredentials>;
getProductPrices: ProductPricesEntity;
Expand Down Expand Up @@ -930,11 +922,6 @@ export type QueryFindWorkspaceFromInviteHashArgs = {
};


export type QueryGetAisqlQueryArgs = {
text: Scalars['String']['input'];
};


export type QueryGetProductPricesArgs = {
product: Scalars['String']['input'];
};
Expand Down
Loading

0 comments on commit 8f6d168

Please sign in to comment.