Skip to content

Commit

Permalink
test: type properties issue
Browse files Browse the repository at this point in the history
  • Loading branch information
digiz3d committed Oct 7, 2023
1 parent 450af42 commit 4b91d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/property_type/schema/SomePayload-ko.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type SomePayload {
type: String!
}
3 changes: 3 additions & 0 deletions test/property_type/schema/SomePayload-ok.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type SomePayload {
someKey: String!
}

0 comments on commit 4b91d2c

Please sign in to comment.