RemoveStoryExpertInput
No description
type RemoveStoryExpertInput { clientMutationId: String! storyID: ID! userID: ID!}
#
FieldsclientMutationId
(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.