An open API service indexing awesome lists of open source software.

https://github.com/fraidev/graphql_poc


https://github.com/fraidev/graphql_poc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GraphQL_PoC

https://localhost:5001/ui/playground

### Exemplos de Consulta

```
{
aluno(cpf:"11111111111") {
nome
}
}
```
```
{
professor(cpf:"11111111113") {
nome
}
}
```