1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
---
title: Extensions
---
# Extensions
Extensions allow you, as an application developer, to customise the GraphQL
execution flow based on your needs. Strawberry provides multiple built in
extensions that allow you to extend the capability of your GraphQL server.
If you can't find what you need among the
[built-in extensions](#built-in-extensions), you can also build your own custom
extension based on a standard interface. Check out the
[schema extensions](./guides/custom-extensions.md) and
[field extensions](./guides/field-extensions.md) guides to find out more.
## Built-in extensions
<ExtensionsList />
|