Skip to content

Commit

Permalink
Merge pull request aws-amplify#6422 from aws-amplify/update-graphql-o…
Browse files Browse the repository at this point in the history
…verview

add route to cli/graphqlapi overview page
  • Loading branch information
jacoblogan authored Nov 16, 2023
2 parents 8bfa003 + 1a6773c commit 05ce736
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions src/pages/[platform]/tools/cli/graphqlapi/index.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
import { getChildPageNodes } from '@/utils/getChildPageNodes';

export const meta = {
title: 'API (GraphQL)',
description: 'Add a GraphQL API and database to your Amplify app using the Amplify CLI.',
description:
'Add a GraphQL API and database to your Amplify app using the Amplify CLI.',
platforms: [
'android',
'angular',
'flutter',
'javascript',
'nextjs',
'react',
'react-native',
'swift',
'vue'
]
'android',
'angular',
'flutter',
'javascript',
'nextjs',
'react',
'react-native',
'swift',
'vue'
],
route: '/[platform]/tools/cli/graphqlapi'
};

export const getStaticPaths = async () => {
Expand Down

0 comments on commit 05ce736

Please sign in to comment.