Skip to content

Commit

Permalink
Fix formatting in plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldmann committed Dec 20, 2023
1 parent c68b84b commit acc5b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ For Node.js all these plugins are implemented using the [`cds-plugin`](../node.j


## GraphQL Adapter

[@cap-js/graphql](https://www.npmjs.com/package/@cap-js/graphql) {.subtitle}

The GraphQL Adapter is a protocol adapter that generically generates a GraphQL schema for the models of an application and serves an endpoint that allows you to query your services using the [GraphQL](https://graphql.org) query language. All you need to do is to add the `@graphql` annotation to your service definitions like so:
Expand Down Expand Up @@ -92,7 +93,7 @@ Available for:

Click on the icons to get detailed instructions. {.learn-more}

See also [_Advanced > OData APIs V2 Support_](../advanced/odata#v2-support) {.learn-more}
See also [_Advanced > OData APIs > V2 Support_](../advanced/odata#v2-support) {.learn-more}



Expand Down

0 comments on commit acc5b44

Please sign in to comment.