Skip to content

Commit

Permalink
Make handle and xml field required
Browse files Browse the repository at this point in the history
Signed-off-by: Seun Martins <[email protected]>
  • Loading branch information
impactmass committed Jan 24, 2019
1 parent 147143d commit dd7b7f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ type Sitemap {
shopId: String!

"The Sitemap handle, as set in Sitemaps collection"
handle: String
handle: String!

"The Sitemap XML content"
xml: String
xml: String!

"Date created"
createdAt: Date!
Expand Down

0 comments on commit dd7b7f7

Please sign in to comment.