@@ -1232,7 +1232,7 @@ export type ServerlessFunction = {
1232
1232
createdAt : Scalars [ 'DateTime' ] [ 'output' ] ;
1233
1233
description ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
1234
1234
id : Scalars [ 'UUID' ] [ 'output' ] ;
1235
- inputSchema : Array < FunctionParameter > ;
1235
+ inputSchema ?: Maybe < Array < FunctionParameter > > ;
1236
1236
latestVersion ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
1237
1237
name : Scalars [ 'String' ] [ 'output' ] ;
1238
1238
publishedVersions : Array < Scalars [ 'String' ] [ 'output' ] > ;
@@ -1987,21 +1987,21 @@ export type ObjectMetadataItemsQueryVariables = Exact<{
1987
1987
1988
1988
export type ObjectMetadataItemsQuery = { __typename ?: 'Query' , objects : { __typename ?: 'ObjectConnection' , edges : Array < { __typename ?: 'objectEdge' , node : { __typename ?: 'object' , id : any , dataSourceId : string , nameSingular : string , namePlural : string , labelSingular : string , labelPlural : string , description ?: string | null , icon ?: string | null , isCustom : boolean , isRemote : boolean , isActive : boolean , isSystem : boolean , createdAt : any , updatedAt : any , labelIdentifierFieldMetadataId ?: string | null , imageIdentifierFieldMetadataId ?: string | null , shortcut ?: string | null , isLabelSyncedWithName : boolean , indexMetadatas : { __typename ?: 'ObjectIndexMetadatasConnection' , edges : Array < { __typename ?: 'indexEdge' , node : { __typename ?: 'index' , id : any , createdAt : any , updatedAt : any , name : string , indexWhereClause ?: string | null , indexType : IndexType , isUnique : boolean , indexFieldMetadatas : { __typename ?: 'IndexIndexFieldMetadatasConnection' , edges : Array < { __typename ?: 'indexFieldEdge' , node : { __typename ?: 'indexField' , id : any , createdAt : any , updatedAt : any , order : number , fieldMetadataId : any } } > } } } > } , fields : { __typename ?: 'ObjectFieldsConnection' , edges : Array < { __typename ?: 'fieldEdge' , node : { __typename ?: 'field' , id : any , type : FieldMetadataType , name : string , label : string , description ?: string | null , icon ?: string | null , isCustom ?: boolean | null , isActive ?: boolean | null , isSystem ?: boolean | null , isNullable ?: boolean | null , isUnique ?: boolean | null , createdAt : any , updatedAt : any , defaultValue ?: any | null , options ?: any | null , settings ?: any | null , relationDefinition ?: { __typename ?: 'RelationDefinition' , relationId : any , direction : RelationDefinitionType , sourceObjectMetadata : { __typename ?: 'object' , id : any , nameSingular : string , namePlural : string } , sourceFieldMetadata : { __typename ?: 'field' , id : any , name : string } , targetObjectMetadata : { __typename ?: 'object' , id : any , nameSingular : string , namePlural : string } , targetFieldMetadata : { __typename ?: 'field' , id : any , name : string } } | null } } > , pageInfo : { __typename ?: 'PageInfo' , hasNextPage ?: boolean | null , hasPreviousPage ?: boolean | null , startCursor ?: any | null , endCursor ?: any | null } } } } > , pageInfo : { __typename ?: 'PageInfo' , hasNextPage ?: boolean | null , hasPreviousPage ?: boolean | null , startCursor ?: any | null , endCursor ?: any | null } } } ;
1989
1989
1990
- export type ServerlessFunctionFieldsFragment = { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > } ;
1990
+ export type ServerlessFunctionFieldsFragment = { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema ? : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > | null } ;
1991
1991
1992
1992
export type CreateOneServerlessFunctionItemMutationVariables = Exact < {
1993
1993
input : CreateServerlessFunctionInput ;
1994
1994
} > ;
1995
1995
1996
1996
1997
- export type CreateOneServerlessFunctionItemMutation = { __typename ?: 'Mutation' , createOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > } } ;
1997
+ export type CreateOneServerlessFunctionItemMutation = { __typename ?: 'Mutation' , createOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema ? : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > | null } } ;
1998
1998
1999
1999
export type DeleteOneServerlessFunctionMutationVariables = Exact < {
2000
2000
input : ServerlessFunctionIdInput ;
2001
2001
} > ;
2002
2002
2003
2003
2004
- export type DeleteOneServerlessFunctionMutation = { __typename ?: 'Mutation' , deleteOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > } } ;
2004
+ export type DeleteOneServerlessFunctionMutation = { __typename ?: 'Mutation' , deleteOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema ? : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > | null } } ;
2005
2005
2006
2006
export type ExecuteOneServerlessFunctionMutationVariables = Exact < {
2007
2007
input : ExecuteServerlessFunctionInput ;
@@ -2015,14 +2015,14 @@ export type PublishOneServerlessFunctionMutationVariables = Exact<{
2015
2015
} > ;
2016
2016
2017
2017
2018
- export type PublishOneServerlessFunctionMutation = { __typename ?: 'Mutation' , publishServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > } } ;
2018
+ export type PublishOneServerlessFunctionMutation = { __typename ?: 'Mutation' , publishServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema ? : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > | null } } ;
2019
2019
2020
2020
export type UpdateOneServerlessFunctionMutationVariables = Exact < {
2021
2021
input : UpdateServerlessFunctionInput ;
2022
2022
} > ;
2023
2023
2024
2024
2025
- export type UpdateOneServerlessFunctionMutation = { __typename ?: 'Mutation' , updateOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > } } ;
2025
+ export type UpdateOneServerlessFunctionMutation = { __typename ?: 'Mutation' , updateOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema ? : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > | null } } ;
2026
2026
2027
2027
export type FindManyAvailablePackagesQueryVariables = Exact < { [ key : string ] : never ; } > ;
2028
2028
@@ -2032,14 +2032,14 @@ export type FindManyAvailablePackagesQuery = { __typename?: 'Query', getAvailabl
2032
2032
export type GetManyServerlessFunctionsQueryVariables = Exact < { [ key : string ] : never ; } > ;
2033
2033
2034
2034
2035
- export type GetManyServerlessFunctionsQuery = { __typename ?: 'Query' , findManyServerlessFunctions : Array < { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > } > } ;
2035
+ export type GetManyServerlessFunctionsQuery = { __typename ?: 'Query' , findManyServerlessFunctions : Array < { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema ? : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > | null } > } ;
2036
2036
2037
2037
export type GetOneServerlessFunctionQueryVariables = Exact < {
2038
2038
input : ServerlessFunctionIdInput ;
2039
2039
} > ;
2040
2040
2041
2041
2042
- export type GetOneServerlessFunctionQuery = { __typename ?: 'Query' , findOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > } } ;
2042
+ export type GetOneServerlessFunctionQuery = { __typename ?: 'Query' , findOneServerlessFunction : { __typename ?: 'ServerlessFunction' , id : any , name : string , description ?: string | null , runtime : string , syncStatus : ServerlessFunctionSyncStatus , latestVersion ?: string | null , publishedVersions : Array < string > , createdAt : any , updatedAt : any , inputSchema ? : Array < { __typename ?: 'FunctionParameter' , name : string , type : string } > | null } } ;
2043
2043
2044
2044
export type FindOneServerlessFunctionSourceCodeQueryVariables = Exact < {
2045
2045
input : GetServerlessFunctionSourceCodeInput ;
0 commit comments