fedisearch/application/src/graphql/fragment/ListFeedsNode.gql

16 wiersze
258 B
GraphQL

fragment ListFeedsNode on Node{
domain,
foundAt,
geoip {
...ListNodesGeoIp
},
halfYearActiveUserCount,
id,
monthActiveUserCount,
name,
openRegistrations,
refreshAttemptedAt,
refreshedAt,
softwareName
}