Skip to content

Commit 228d67e

Browse files
committed
updated CONTRIBUTING.md
1 parent de0a450 commit 228d67e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ By default, the `Variables` section will be automatically populated based on the
142142
- Any variable name that includes `start` and has a type of `Date` --> start: "2025-05-07" (24 hours from the current date)
143143
- Any variable name that includes `end` and has a type of `Date` --> end: "2025-05-08" (current date)
144144
- `zoneTag` and has a type of `string` --> zoneTag: "ZONE_ID"
145-
- `accountTag` and has a type of `string` --> accountTag: "<ACCOUNT_ID>"
146-
- Any variable name that includes `id` and has a type of `string` --> id: "<REPLACE_WITH_ID>"
147-
- Any variable name and has a type of string --> anyString: "<REPLACE_WITH_STRING>"
145+
- `accountTag` and has a type of `string` --> accountTag: "ACCOUNT_ID"
146+
- Any variable name that includes `id` and has a type of `string` --> id: "REPLACE_WITH_ID"
147+
- Any variable name and has a type of string --> anyString: "REPLACE_WITH_STRING"
148148
- `limit` with type `*int*` --> limit: 100
149149

150150
In addition to the variables that are automatically populated, you can add custom variables by setting their values as a JSON string in the `graphql-api-explorer` metadata.

0 commit comments

Comments
 (0)