Mutation
Variables
Response
Mutations
createSpace
Create a new Space in the Network from a Space template. The Space starts private, hidden from discovery, and visible only to the Host until further configuration.
MUTATION
createSpace(input: CreateSpaceInput!): CreateSpacePayloadArguments
input
CreateSpaceInput!
required
Parameters for CreateSpace
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
space
Mutation
Variables
Response