Type Alias CreateSourceGroupMutation
CreateSourceGroupMutation: { __typename?: "NotifiMutation"; createSourceGroup?: { __typename?: "SourceGroup"; id: string; name?: string; sources?: ({ __typename?: "Source"; applicableFilters?: ({ __typename?: ...
; filterType: ...
; id: ...
; name?: ...
; } | undefined)[]; blockchainAddress: string; fusionEventTypeId?: string; id: string; name?: string; type: SourceType; } | undefined)[]; }; }