Query
query NetworkDiscoveryCategoryNetworks($category: NetworkDiscoveryCategory!) {
networkDiscoveryCategoryNetworks(category: $category) {
edges {
cursor
node {
abuseReports {
__typename
}
ambassadorStats {
__typename
}
announcements {
__typename
}
assets {
__typename
}
automationRuleLogs {
__typename
}
automationRules {
__typename
}
}
}
nodes {
abuseReports {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
ambassadorStats {
ambassadorCounts {
__typename
}
canAnnounce
totalAmbassadorCount
totalMembersReferred
totalMembersReferredByAmbassador
}
announcements {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
assets {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
automationRuleLogs {
action
actionParameters
automationRule {
__typename
}
message
operationName
parameters
}
automationRules {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
}
pageInfo {
endCursor
hasNextPage
hasPreviousPage
startCursor
}
}
}Variables
{
"category": "CAREER"
}Response
{
"data": {
"networkDiscoveryCategoryNetworks": {
"edges": [
{
"cursor": "string",
"node": {
"abuseReports": {
"__typename": "AbuseReportConnection"
},
"ambassadorStats": {
"__typename": "AmbassadorStats"
},
"announcements": {
"__typename": "AnnouncementConnection"
},
"assets": {
"__typename": "AssetConnection"
},
"automationRuleLogs": [
{
"__typename": "AutomationRuleLogEntry"
}
],
"automationRules": {
"__typename": "AutomationRuleConnection"
}
}
}
],
"nodes": [
{
"abuseReports": {
"edges": [
{
"__typename": "AbuseReportEdge"
}
],
"nodes": [
{
"__typename": "AbuseReport"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
},
"ambassadorStats": {
"ambassadorCounts": [
{
"__typename": "AmbassadorLevelCount"
}
],
"canAnnounce": true,
"totalAmbassadorCount": 1,
"totalMembersReferred": 1,
"totalMembersReferredByAmbassador": 1
},
"announcements": {
"edges": [
{
"__typename": "AnnouncementEdge"
}
],
"nodes": [
{
"__typename": "Announcement"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
},
"assets": {
"edges": [
{
"__typename": "AssetEdge"
}
],
"nodes": [
{
"__typename": "Asset"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
},
"automationRuleLogs": [
{
"action": "string",
"actionParameters": "string",
"automationRule": {
"__typename": "AutomationRule"
},
"message": "string",
"operationName": "string",
"parameters": "string"
}
],
"automationRules": {
"edges": [
{
"__typename": "AutomationRuleEdge"
}
],
"nodes": [
{
"__typename": "AutomationRule"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
}
}
],
"pageInfo": {
"endCursor": "string",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "string"
}
}
}
}Queries
networkDiscoveryCategoryNetworks
The Networks filed under one Mighty Discovery category, for the Categories page. Only Networks that applied for featured placement and hold an approved listing appear. Results never include the Network the viewer is browsing from.
QUERY
networkDiscoveryCategoryNetworks(after: String, category: NetworkDiscoveryCategory!, first: Int): NetworkDiscoveryCategoryNetworksConnection!Arguments
after
String
Cursor from pageInfo.endCursor for the next page.
category
required
The category to list Networks for.
first
Int
default:24
Number of items to return. Default: 24, maximum: 50.
edges
Edges with cursors
nodes
[Network]!
Shorthand: just the Networks
Pagination information
Query
query NetworkDiscoveryCategoryNetworks($category: NetworkDiscoveryCategory!) {
networkDiscoveryCategoryNetworks(category: $category) {
edges {
cursor
node {
abuseReports {
__typename
}
ambassadorStats {
__typename
}
announcements {
__typename
}
assets {
__typename
}
automationRuleLogs {
__typename
}
automationRules {
__typename
}
}
}
nodes {
abuseReports {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
ambassadorStats {
ambassadorCounts {
__typename
}
canAnnounce
totalAmbassadorCount
totalMembersReferred
totalMembersReferredByAmbassador
}
announcements {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
assets {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
automationRuleLogs {
action
actionParameters
automationRule {
__typename
}
message
operationName
parameters
}
automationRules {
edges {
__typename
}
nodes {
__typename
}
pageInfo {
__typename
}
}
}
pageInfo {
endCursor
hasNextPage
hasPreviousPage
startCursor
}
}
}Variables
{
"category": "CAREER"
}Response
{
"data": {
"networkDiscoveryCategoryNetworks": {
"edges": [
{
"cursor": "string",
"node": {
"abuseReports": {
"__typename": "AbuseReportConnection"
},
"ambassadorStats": {
"__typename": "AmbassadorStats"
},
"announcements": {
"__typename": "AnnouncementConnection"
},
"assets": {
"__typename": "AssetConnection"
},
"automationRuleLogs": [
{
"__typename": "AutomationRuleLogEntry"
}
],
"automationRules": {
"__typename": "AutomationRuleConnection"
}
}
}
],
"nodes": [
{
"abuseReports": {
"edges": [
{
"__typename": "AbuseReportEdge"
}
],
"nodes": [
{
"__typename": "AbuseReport"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
},
"ambassadorStats": {
"ambassadorCounts": [
{
"__typename": "AmbassadorLevelCount"
}
],
"canAnnounce": true,
"totalAmbassadorCount": 1,
"totalMembersReferred": 1,
"totalMembersReferredByAmbassador": 1
},
"announcements": {
"edges": [
{
"__typename": "AnnouncementEdge"
}
],
"nodes": [
{
"__typename": "Announcement"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
},
"assets": {
"edges": [
{
"__typename": "AssetEdge"
}
],
"nodes": [
{
"__typename": "Asset"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
},
"automationRuleLogs": [
{
"action": "string",
"actionParameters": "string",
"automationRule": {
"__typename": "AutomationRule"
},
"message": "string",
"operationName": "string",
"parameters": "string"
}
],
"automationRules": {
"edges": [
{
"__typename": "AutomationRuleEdge"
}
],
"nodes": [
{
"__typename": "AutomationRule"
}
],
"pageInfo": {
"__typename": "PageInfo"
}
}
}
],
"pageInfo": {
"endCursor": "string",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "string"
}
}
}
}⌘I