Connections in GraphQL
· 3 min read
What's a Connection?
A phrase used in the graphQL best practices is thinking in graphs, part of which
is the ability to access children (and children of children) of the record that you retrieve. As an example, in the Legalesign
schema, a User
can belong to many Group
s as seen from the user point of view, or seen from the group point of view a Group
can
have many User
child records.