Mutation
mutation UpdateNetworkLandingSpace($input: UpdateNetworkLandingSpaceInput!) {
updateNetworkLandingSpace(input: $input) {
clientMutationId
errors
landingSpace {
avatarDarkModeUrl
avatarUrl
avatarUrls
bookmarkedAt
brandingImages {
imageType
url
}
discoverable
}
network {
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
}
}
}
}
}Variables
{
"input": {
"audience": "MEMBERS"
}
}Response
{
"data": {
"updateNetworkLandingSpace": {
"clientMutationId": "string",
"errors": [
"string"
],
"landingSpace": {
"avatarDarkModeUrl": "string",
"avatarUrl": "string",
"avatarUrls": [
"string"
],
"bookmarkedAt": "value",
"brandingImages": [
{
"imageType": "AVATAR",
"url": "string"
}
],
"discoverable": true
},
"network": {
"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"
}
}
}
}
}
}Mutations
updateNetworkLandingSpace
Set or clear the Network landing Space for an audience (the Space that audience lands on). Pass a spaceId to set it, or omit spaceId to clear it. Only a Network Host can change landing Spaces.
MUTATION
updateNetworkLandingSpace(input: UpdateNetworkLandingSpaceInput!): UpdateNetworkLandingSpacePayloadArguments
input
UpdateNetworkLandingSpaceInput!
required
Parameters for UpdateNetworkLandingSpace
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
landingSpace
network
Mutation
mutation UpdateNetworkLandingSpace($input: UpdateNetworkLandingSpaceInput!) {
updateNetworkLandingSpace(input: $input) {
clientMutationId
errors
landingSpace {
avatarDarkModeUrl
avatarUrl
avatarUrls
bookmarkedAt
brandingImages {
imageType
url
}
discoverable
}
network {
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
}
}
}
}
}Variables
{
"input": {
"audience": "MEMBERS"
}
}Response
{
"data": {
"updateNetworkLandingSpace": {
"clientMutationId": "string",
"errors": [
"string"
],
"landingSpace": {
"avatarDarkModeUrl": "string",
"avatarUrl": "string",
"avatarUrls": [
"string"
],
"bookmarkedAt": "value",
"brandingImages": [
{
"imageType": "AVATAR",
"url": "string"
}
],
"discoverable": true
},
"network": {
"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"
}
}
}
}
}
}⌘I