Skip to content

Commit 0331145

Browse files
committed
added scalar definition
1 parent 3be4fc2 commit 0331145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ input PageInput {
1414
tags: [String]
1515
attributes: [AttributeInput!]
1616
pageType: PageType!
17+
date: Date
1718
}
1819

1920
input AttributeInput {
@@ -57,3 +58,5 @@ input EventArgumentInput {
5758
name: String!
5859
value: String!
5960
}
61+
62+
scalar Date

0 commit comments

Comments
 (0)