Skip to main content

RemoveStoryExpertInput

No description

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

Fields

RemoveStoryExpertInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

RemoveStoryExpertInput.storyID ● ID! non-null scalar

storyID is the story to remove the expert from.

RemoveStoryExpertInput.userID ● ID! non-null scalar

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

Member Of

removeStoryExpert mutation