Skip to main content

8 docs tagged with "queries"

View all tags

Complex Query Examples

Advanced GraphQL query patterns including filtering, pagination, nested connections, and combining multiple queries.

Designing Queries

Practical guidelines for structuring GraphQL queries against the Legalesign API — avoiding deep nesting, isolating data types, and testing performance.

Get My Details

Make your first GraphQL query in C# to retrieve your Legalesign user details.

How Pagination Works

Understand the connection/edge/cursor pagination pattern used throughout the Legalesign GraphQL API.

Make a Query

Query the Legalesign GraphQL API from Node.js using fetch and your access token.

Query Examples

Copy-paste GraphQL query examples for fetching documents, templates, groups, and other resources.

What Is Overfetching?

Why GraphQL reduces overfetching compared to REST, and how field-level resolvers keep queries efficient.