EDMI: WIP GraphQLJob

This commit is contained in:
Jonathan Jenne
2020-05-14 13:17:11 +02:00
parent de2bb5e88d
commit f3986bb8fa
2 changed files with 43 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ Public Class GraphQLConfig
Public Property Queries As New List(Of Query)
Public Class Query
Public Property Name As String
Public Property ConnectionString As String = ""
Public Property ClearBeforeFill As Boolean = False
Public Property QueryString As String = ""