Mutation
Variables
Response
Mutations
updateSpaceImage
Attach an existing image asset to one of a Space’s branding image slots. Use updateNetworkImage for the Network’s own branding.
MUTATION
updateSpaceImage(input: UpdateSpaceImageInput!): UpdateSpaceImagePayloadArguments
input
UpdateSpaceImageInput!
required
Parameters for UpdateSpaceImage
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
space
Mutation
Variables
Response