---
type: resource-type
title: ServerlessGraphQLApi
description: aws resource type AWS::Serverless::GraphQLApi
name: ServerlessGraphQLApi
lexicon: aws
resource_type: AWS::Serverless::GraphQLApi
---
`AWS::Serverless::GraphQLApi`, a resource type of the aws lexicon.

## Properties

- `Auth` (`any`, required)
- `Cache` (`any`, optional)
- `DataSources` (`any`, optional)
- `DomainName` (`any`, optional)
- `Functions` (`any`, optional)
- `Logging` (`any`, optional)
- `Name` (`string`, optional)
- `Resolvers` (`any`, optional)
- `SchemaInline` (`string`, optional)
- `SchemaUri` (`string`, optional)
- `Tags` (`Record<string, unknown>`, optional)
- `XrayEnabled` (`boolean`, optional)

## Attributes

- `ApiId`
- `Arn`
- `GraphQLDns`
- `GraphQLUrl`
- `RealtimeDns`
- `RealtimeUrl`
