first pass of graphql interface
This commit is contained in:
5
Modules.Interfaces/GrapQLInterface/QueryData.vb
Normal file
5
Modules.Interfaces/GrapQLInterface/QueryData.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
Public Class QueryData
|
||||
Public Query As String
|
||||
Public OperationName As String
|
||||
Public Variables As New Object
|
||||
End Class
|
||||
Reference in New Issue
Block a user