GraphQLTest: Prepare for test

This commit is contained in:
Jonathan Jenne
2020-05-04 14:48:01 +02:00
parent 857f1b1f9f
commit 729b4d8195
12 changed files with 498 additions and 154 deletions

View File

@@ -1,5 +1,5 @@
Public Class QueryData
Public Query As String
Public OperationName As String
Public Variables As New Object
Public query As String
Public operationName As String
Public variables As New Object
End Class