2022-01-25 16:17:26 +03:00
|
|
|
# Glossary
|
|
|
|
|
2022-05-30 12:45:06 +03:00
|
|
|
<!--
|
|
|
|
Please make sure you update the table of contents when modifying this file. If
|
|
|
|
you're using emacs, you can generate a default version of it with `M-x
|
|
|
|
markdown-toc-refresh-toc` (provided by the package markdown-toc), and then edit
|
|
|
|
it for readability.
|
|
|
|
-->
|
2022-01-25 16:17:26 +03:00
|
|
|
|
2022-05-30 12:45:06 +03:00
|
|
|
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
|
|
|
|
|
|
|
- [Product](#product)
|
|
|
|
- [Actions](#actions)
|
|
|
|
- [Data connectors](#data-connectors)
|
|
|
|
- [Event triggers](#event-triggers)
|
|
|
|
- [GDW](#gdw)
|
|
|
|
- [GraphQL Data Wrappers](#graphql-data-wrappers)
|
|
|
|
- [Metadata](#metadata)
|
|
|
|
- [Relationships](#relationships)
|
|
|
|
- [Relay](#relay)
|
|
|
|
- [Remote relationships](#remote-relationships)
|
|
|
|
- [Source](#source)
|
|
|
|
- [Schema cache](#schema-cache)
|
|
|
|
- [GraphQL](#graphql)
|
|
|
|
- [Introspection](#introspection)
|
|
|
|
- [Mutations](#mutations)
|
|
|
|
- [Queries](#queries)
|
|
|
|
- [Query root](#query-root)
|
|
|
|
- [Schema](#schema)
|
|
|
|
- [Subscriptions](#subscriptions)
|
|
|
|
- [Livequeries](#livequeries)
|
|
|
|
- [Haskell](#haskell)
|
|
|
|
- [Existential types](#existential-types)
|
|
|
|
- [Implementation](#implementation)
|
|
|
|
- [Field](#field)
|
|
|
|
- [IR](#ir)
|
|
|
|
- [Parser](#parser)
|
|
|
|
- [RQL](#rql)
|
|
|
|
|
|
|
|
<!-- markdown-toc end -->
|
|
|
|
|
|
|
|
## Product
|
|
|
|
|
|
|
|
### Actions
|
|
|
|
|
|
|
|
### Data connectors
|
|
|
|
|
|
|
|
### Event triggers
|
|
|
|
|
|
|
|
### GDW
|
|
|
|
|
|
|
|
See [GraphQL Data Wrappers](#graphql-data-wrappers).
|
|
|
|
|
|
|
|
### GraphQL Data Wrappers
|
|
|
|
|
|
|
|
Original name of [Data connectors](#data-connectors).
|
|
|
|
|
|
|
|
### Metadata
|
|
|
|
|
|
|
|
### Relationships
|
|
|
|
|
|
|
|
### Relay
|
|
|
|
|
|
|
|
### Remote relationships
|
|
|
|
|
|
|
|
### Source
|
2022-01-25 16:17:26 +03:00
|
|
|
|
2022-05-30 12:45:06 +03:00
|
|
|
### Schema cache
|
|
|
|
|
|
|
|
## GraphQL
|
|
|
|
|
|
|
|
See the [spec](http://spec.graphql.org/June2018).
|
|
|
|
|
|
|
|
### Introspection
|
|
|
|
|
|
|
|
### Mutations
|
|
|
|
|
|
|
|
### Queries
|
|
|
|
|
|
|
|
### Query root
|
|
|
|
|
|
|
|
### Schema
|
|
|
|
|
|
|
|
### Subscriptions
|
2022-01-25 16:17:26 +03:00
|
|
|
|
|
|
|
### Livequeries
|
|
|
|
|
|
|
|
See [Subscriptions](#subscriptions).
|
2022-05-30 12:45:06 +03:00
|
|
|
|
|
|
|
## Haskell
|
|
|
|
|
|
|
|
### Existential types
|
|
|
|
|
|
|
|
## Implementation
|
|
|
|
|
|
|
|
### Field
|
|
|
|
|
|
|
|
### IR
|
|
|
|
|
|
|
|
### Parser
|
|
|
|
|
|
|
|
### RQL
|