# ArtDeal API
- **`#artdeal-api`** slack channel for API updates
- [Apollo studio](https://studio.apollographql.com/graph/Vivents/explorer?variant=current) with saved queries, changelogs

## Two GraphQL Graphs:
- *Client API* - No auth needed for introspection `/api`
- *Admin API* - Firebase auth required for introspection `/admin`
## Environments
- **Development**
- https://artdeal-zy7zn26wza-ew.a.run.app
- Reference test users
- id = 1, *ADMIN*
- id = 2, *COLLECTOR*
- id = 3, *SELLER*
- Test data, mocks, all current featues and bugs
- Third party services in test mode
- Direct bearer auth possible: `Authorization: Bearer U_<user_id>`
- Dev error details
- **Stage**
- https://artdeal-rl7y7bnlqq-ew.a.run.app
- Pre release - Features for version release + bugfixes
- No reference users for now
- Third party services in test mode
- Direct bearer auth possible
- No dev errors
- **Production**
- https://artdeal-7ycdsj3y5a-ew.a.run.app
- Real data
- No direct bearer auth or dev errors
- Production ready third party services