Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS Remove backticks from gatsby metadata in docs. #10357

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Adding DataObjects to the schema
summary: An overview of how the `DataObject` model can influence the creation of types, queries, and mutations
summary: An overview of how the DataObject model can influence the creation of types, queries, and mutations
---

# Working with DataObjects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: `DataObject` query plugins
summary: Learn about some of the useful goodies that come pre-packaged with `DataObject` queries
title: DataObject query plugins
summary: Learn about some of the useful goodies that come pre-packaged with DataObject queries
---

# Working with DataObjects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: `DataObject` operation permissions
summary: A look at how permissions work for `DataObject` queries and mutations
title: DataObject operation permissions
summary: A look at how permissions work for DataObject queries and mutations
---

# Working with DataObjects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: `DataObject` inheritance
summary: Learn how inheritance is handled in `DataObject` types
title: DataObject inheritance
summary: Learn how inheritance is handled in DataObject types
---

# Working with DataObjects
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Working with generic types
summary: Break away from the magic of `DataObject` models and build types and queries from scratch.
summary: Break away from the magic of DataObject models and build types and queries from scratch.
icon: clipboard
---

Expand Down