> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sensorup.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Forms Subgraph Reference

> Technical reference for the su-forms subgraph providing dynamic XForms data collection.

# Forms Subgraph Reference

The `su-forms` subgraph provides dynamic form definitions and data collection using ODK XForms.

## Subgraph Information

* **Name**: `su-forms`
* **Routing URL**: `https://9gfflct3kf.execute-api.us-west-2.amazonaws.com/poc/graphql`
* **Last Updated**: 2023-10-13
* **SDL**: [View Schema](../schemas/sdl/su-forms.graphql)

## Overview

XForms-based data collection, form templates, and responses.

## Root Query Fields

```graphql theme={null}
extend type Query {
  formLists: FormLists
}
```

## Root Mutation Fields

```graphql theme={null}
extend type Mutation {
  createFormList(input: CreateFormListInput!, mutationId: ID, correlationId: ID): FormListMutationResult
  updateFormList(input: UpdateFormListInput!, mutationId: ID, correlationId: ID): FormListMutationResult
}
```

## Related Resources

* **[Full SDL Schema](../schemas/sdl/su-forms.graphql)** - Complete type definitions
