SCALAR
Map
Map is a k/v map where the key is a string and the value is any value
link GraphQL Schema definition
- scalar Map
link Require by
- AuthTargetAuthTarget is the payload/input to Authorizer expressions
- ConnectionConnection is a graph primitive that represents a relationship between two docs
- ConnectionConstructorConnectionConstructor is used to create an Connection
- DocDoc is a Graph primitive representing a single entity/resource. It is connected to other docs via Connections
- DocConstructorDocConstructor is used to create a Doc
- EditEdit edites the attributes of a Doc or Connection
- EditFilterEditFilter is used to edit/patch docs/connections
- MessageMessage is received on PubSub subscriptions
- OutboundMessageOutboundMessage is a message to be published to a pubsub channel
- PutConnection
- PutDoc
- RaftStateRaftState returns information about the raft cluster
- SearchConnectFilterSearchConnectFilter is used for searching for documents and adding connections based on whether they pass a Filter
- SearchConnectMeFilterSearchConnectMeFilter is used for searching for documents and adding connections from the origin user to the document based on whether they pass a Filter