AddStoryExpertInput
No description
input AddStoryExpertInput {
clientMutationId: String!
storyID: ID!
userID: ID!
}
Fields
AddStoryExpertInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
AddStoryExpertInput.storyID ● ID! non-null scalar
storyID is the story to add the expert to.
AddStoryExpertInput.userID ● ID! non-null scalar
userID is the user to add as an expert to the story.
Member Of
addStoryExpert mutation