Type Alias GetSourceConnectionQuery
GetSourceConnectionQuery: { __typename?: "NotifiQuery"; sources?: { __typename?: "SourcesConnection"; nodes?: { __typename?: "Source"; applicableFilters?: ({ __typename?: "Filter"; filterType: FilterType; id: string; name?: (...
) | (...
); } | undefined)[]; blockchainAddress: string; fusionEventTypeId?: string; id: string; name?: string; type: SourceType; }[]; pageInfo: { __typename?: "PageInfo"; endCursor?: string; hasNextPage: boolean; }; }; }