Skip to content

joshuadnorman/HealthChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Me

Getting Started

Once you have started the server via Visual Studio you can access the graphql query window with https://localhost:5001/ui/playground

Alternatively you can start it via the command line

dotnet run --project HealthChecker

Try this basic query to confirm everything is working

{
  hello
}

It should respond with

{
  "data": {
    "hello": "world"
  }
}

Another sample query:

{
  servers {
    id
    name
    healthCheckUri
    status
  }
}

Technologies Used

Learning Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published