CommentCreateUnion
If mutation is successful, the CommentType will be returned, otherwise a MutationError is returned.
union CommentCreateUnion = MutationError | CommentType
Possible types
CommentCreateUnion.MutationError object
Has errors for a mutation
CommentCreateUnion.CommentType object
comments on any commentable
Returned by
CommentCreate mutation