AddStoryExpertInput
No description
type AddStoryExpertInput { clientMutationId: String! storyID: ID! userID: ID!}
#
FieldsclientMutationId
(String!
)#
clientMutationId is required for Relay support.
storyID
(ID!
)#
storyID is the story to add the expert to.
userID
(ID!
)#
userID is the user to add as an expert to the story.