Open sibelius opened 6 years ago
example
const mutation = graphql` mutation UserSegmentationEditMutation($input: UserSegmentationEditInput!) { UserSegmentationEdit(input: $input) { usersegmentation { id } error } } `;
it should be userSegmentation
userSegmentation
example
it should be
userSegmentation