diff --git a/test/property_type/schema/SomePayload-ko.graphql b/test/property_type/schema/SomePayload-ko.graphql new file mode 100644 index 0000000..98de413 --- /dev/null +++ b/test/property_type/schema/SomePayload-ko.graphql @@ -0,0 +1,3 @@ +type SomePayload { + type: String! +} diff --git a/test/property_type/schema/SomePayload-ok.graphql b/test/property_type/schema/SomePayload-ok.graphql new file mode 100644 index 0000000..fb65cc4 --- /dev/null +++ b/test/property_type/schema/SomePayload-ok.graphql @@ -0,0 +1,3 @@ +type SomePayload { + someKey: String! +}