Skip to content

Commit

Permalink
Some adjustments to GraphQL TCKs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Jul 11, 2024
1 parent 7693586 commit 066ef6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Basic Scalar Types
23| type ScalarHolder | charArray: [String!] | Expecting a String Array Scalar (for Java Char[]) Type in type ScalarHolder
47| type Query | testCharArray: [String!] | Expecting a non null Stirng Array (for Java Char[]) Scalar Type in type Query
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"data": {
"importantDatesUS": null
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"data": {
"trackHeroLongLat": null
}
}

0 comments on commit 066ef6a

Please sign in to comment.