Skip to main content

CreateSitePayload

No description

type CreateSitePayload {  clientMutationId: String!  site: Site!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

site (Site!)#

site is the Site that was newly created.