first pass of graphql interface

This commit is contained in:
Jonathan Jenne
2019-11-05 11:18:27 +01:00
parent 5343e051e9
commit a61610a90a
6 changed files with 140 additions and 0 deletions

View File

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