We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1083c05 commit 2ebd130Copy full SHA for 2ebd130
rfcs/glossary/Appendix C -- Glossary.md
@@ -165,3 +165,12 @@ Example:
165
> Request errors are raised before execution begins. This may occur due to a
166
> parse grammar or validation error in the requested document, an inability to
167
> 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