-
Notifications
You must be signed in to change notification settings - Fork 0
/
saas.graphdl
53 lines (38 loc) · 1.59 KB
/
saas.graphdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SaaS:
_description: A [SaaS] stands for Software as a Service, and is usually an App and/or API
app: App
api: API
sdk: SDK
founders: [Founder]
builders: [Builder]
developers: [Developer]
customers: [Customer]
users: [User]
App:
_description: An [App] is a software application that runs on a computer or mobile device
API:
_description: An [API] exposes a set of functions or data that can be used by external software
SDK:
_description: An [SDK] is a set of tools that can be used to build software
Founder:
_description: A [Founder] is a person who starts a company
Builder:
_description: A [Builder] is a person who builds a product or service
Developer:
_description: A [Developer] is a person who builds software with [APIs] and [SDKs]
Customer:
_description: A [Customer] is a person or company who has a paid [Subscription] to a product or service
User:
_description: A [User] is a person who uses a product or service
Subscription:
_description: A [Subscription] is a recurring payment for a product or service
Plan:
_description: A [Plan] is a set of features at a specified price that a [Customer] can subscribe to
Feature:
_description: A [Feature] is a specific capability of a product or service
Website:
_description: A [Website] is a [Landing Page] and other marketing content pages
Landing Page:
_description: A [Landing Page] is a page that is used to attract & convert visitors to a website
Admin App:
_description: An [Admin App] is a web app that is used to manage a [SaaS]