Skip to main content

network

Description

No description


Response

Returns a Network


Arguments

NameDescription

Query
query network {
network {
additionalSeatsCapacity
aliases
availableLocales
billingEmail
brandColor
companyName
createdAt
createdById
customMemberCapacity
description
domain
domainSubfolder
faviconId
hideDefaultAuthenticationForm
id
incidentEmails
industry
limitsUpdatedAt
locale
logoId
memberCapacity
memberCapacityDeclared
membersCount
membership
name
newDomain
organizationId
overUsedAt
ownerId
passwordComplexity
planName
privacyPolicyUrl
referralLink
referralProgramEnabled
releaseChannel
seatCapacityDeclared
seatsCapacity
status
statusLocked
termsOfServiceUrl
tribeBranding
visibility
whoCanInviteIds
willUnpublishAt
}
}
Response
{
"data": {
"network": {
"activeSso": "ActiveSso",
"activeTheme": "NewTheme",
"additionalSeatsCapacity": 123,
"aliases": [
"xyz789"
],
"authMemberProps": "NetworkAuthMemberProps",
"availableLocales": [
"abc123"
],
"badges": [
"Badge"
],
"billingEmail": "xyz789",
"brandColor": "abc123",
"companyName": "abc123",
"createdAt": "2007-12-03T10:15:30Z",
"createdBy": "Member",
"createdById": 4,
"customCodes": [
"CustomCode"
],
"customMemberCapacity": 987,
"customSeoDetail": "CustomSeoDetail",
"defaultSpaces": [
"Space"
],
"description": "xyz789",
"domain": "xyz789",
"domainSubfolder": "xyz789",
"extraProperties": [
"ExtraProperty"
],
"favicon": "Emoji",
"faviconId": 4,
"footer": "Footer",
"hideDefaultAuthenticationForm": true,
"id": "4",
"images": "NetworkImages",
"incidentEmails": [
"abc123"
],
"industry": "BloggerCoachCreator",
"landingPages": "NetworkSettings",
"limits": "NetworkLimits",
"limitsUpdatedAt": "2007-12-03T10:15:30Z",
"locale": "abc123",
"logo": "Emoji",
"logoId": 4,
"mediaLimits": "MediaLimits",
"mediaSettings": "MediaNetworkSettings",
"memberCapacity": 123,
"memberCapacityDeclared": 987,
"memberFields": "CustomFieldsSchema",
"members": "PaginatedMember",
"membersCount": 123,
"membership": "inviteOnly",
"name": "xyz789",
"navigationSlates": "NavigationSlates",
"newDomain": "abc123",
"notificationSettings": "NotificationNetworkSettings",
"organizationId": "xyz789",
"overUsedAt": "2007-12-03T10:15:30Z",
"owner": "Member",
"ownerId": 4,
"passwordComplexity": "Complex",
"planName": "xyz789",
"postTypes": [
"PostType"
],
"privacyPolicyUrl": "abc123",
"referralLink": "xyz789",
"referralProgramEnabled": false,
"releaseChannel": "edge",
"roles": [
"Role"
],
"seatCapacityDeclared": 987,
"seatsCapacity": 987,
"settings": "Settings",
"shortcuts": [
"Shortcut"
],
"spaces": "PaginatedSpace",
"status": "archived",
"statusLocked": true,
"statusReason": "StatusReason",
"subscriptionPlan": "Plan",
"systemSpaces": [
"Space"
],
"termsOfServiceUrl": "abc123",
"themes": "Themes",
"topNavigation": "TopNavigation",
"tribeBranding": false,
"usages": "NetworkUsages",
"visibility": "private",
"whoCanInvite": [
"Role"
],
"whoCanInviteIds": [
"4"
],
"willUnpublishAt": "2007-12-03T10:15:30Z"
}
}
}