feat: function update flow re-introduced (#2410)
This commit is contained in:
committed by
GitHub
parent
04dd67aa4f
commit
689bb4e941
@@ -199,6 +199,8 @@ export type AutomateAuthCodePayloadTest = {
|
||||
export type AutomateFunction = {
|
||||
__typename?: 'AutomateFunction';
|
||||
automationCount: Scalars['Int']['output'];
|
||||
/** Only returned if user is a part of this speckle server */
|
||||
creator?: Maybe<LimitedUser>;
|
||||
description: Scalars['String']['output'];
|
||||
id: Scalars['ID']['output'];
|
||||
isFeatured: Scalars['Boolean']['output'];
|
||||
|
||||
Reference in New Issue
Block a user