Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8a2b7b7

Browse files
doboothkeharper
andauthored
Update src/guides/v2.4/graphql/mutations/contact-us.md
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 7b5c762 commit 8a2b7b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/guides/v2.4/graphql/mutations/contact-us.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ mutation {
2323
comment: "My comment",
2424
email: "bobloblaw@example.com",
2525
telephone: "(555)-CALL-BOB",
26-
name: "Bob Loblaw" }) {
26+
name: "Bob Loblaw" }
27+
) {
2728
status
2829
}
2930
}

0 commit comments

Comments
 (0)