prettier/tests/multiparser_js_graphql/react-relay.js

10 lines
217 B
JavaScript
Raw Normal View History

const { graphql } = require("react-relay");
graphql`
mutation MarkReadNotificationMutation(
$input
: MarkReadNotificationData!
)
{ markReadNotification(data: $input ) { notification {seenState} } }
`;