Skip to main content

RemoveStoryExpertInput

No description

type RemoveStoryExpertInput {  clientMutationId: String!  storyID: ID!  userID: ID!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

storyID (ID!)#

storyID is the story to remove the expert from.

userID (ID!)#

userID is the user to remove as an expert from the story.