-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathspectacle.yaml
More file actions
19 lines (16 loc) · 860 Bytes
/
Copy pathspectacle.yaml
File metadata and controls
19 lines (16 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
spectaql:
logoFile: ./public/images/logo.png
introspection:
url: 'http://localhost:3000/graphql'
info:
title: Documentação
description:
'Documentação da api controle financeiro. A api tem como o objetivo garantir o controle financeiro do usuário, registrando entradas e saídas de capital e organizando cada entrada em caixas financeiros conforme o planejamento do usuário. Construída em graphql. Aqui está documentado as queries e mutations. Você pode interagir com a api através do playground no link: https://www.graphqlbin.com/v2/new alterando o endpoint para https://finance-api-ddd.herokuapp.com/graphql'
contact:
name: Alessandro Dev
url: finance-api-ddd.herokuapp.com
email: alessandroadm@live.com
servers:
- url: 'https://finance-api-ddd.herokuapp.com/graphql'
description: Production
production: true