CreateStoryInput
No description
type CreateStoryInput { story: CreateStory! clientMutationId: String!}
#
Fieldsstory
(CreateStory!
)#
story is the Story input needed to create a Story.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.