Skip to content

Commit 2ebd130

Browse files
authored
Add (GraphQL) service to the Glossary (#1400)
1 parent 1083c05 commit 2ebd130

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rfcs/glossary/Appendix C -- Glossary.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,12 @@ Example:
165165
> Request errors are raised before execution begins. This may occur due to a
166166
> parse grammar or validation error in the requested document, an inability to
167167
> determine which operation to execute, or invalid input values for variables.
168+
169+
### (GraphQL) service
170+
171+
**Definition**: a software capable of executing a GraphQL request and returning
172+
a GraphQL response according to this specification.
173+
174+
Note: The specification has no concept of client and server. While most
175+
services are implemented as servers, this is not a requirement and execution
176+
can happen anywhere as long as it conforms to the specification.

0 commit comments

Comments
 (0)