OpenStoryInput
No description
input OpenStoryInput {
id: ID!
clientMutationId: String!
}
Fields
OpenStoryInput.id
● ID!
non-null scalar
id is the identifier of the Story used either when the Story was created via the API or from Coral when it was lazily created.
OpenStoryInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
openStory
mutation