tweaking, graphql job, add graphql test gui

This commit is contained in:
Jonathan Jenne
2019-11-05 12:16:45 +01:00
parent 5ebf847b73
commit faa86ed0be
25 changed files with 987 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
Public Class GraphQLArgs
Inherits JobArgs
Public CertificateFile As String
Public CertificatePassword As String
Public Email As String
Public Password As String
Public BaseUrl As String
End Class