Skip to content

Commit 887d321

Browse files
authored
Update graphql-provider.md
1 parent 7535a48 commit 887d321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/code/language-support/java-kotlin-android/server/graphql-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ github: babyfish-ct/graphql-provider
1515

1616
5. For mutation operations, the inputs type can be automatically generated according to a simple configuration, develpers only need to focus on entity objects, not input objects. At runtime, the framework can automatically convert the input object to a dynamic entity object tree and you only need one sentence to save any complex entity object tree to the database.
1717

18-
* Here is a simple example*
18+
**Here is a simple example**
1919

2020
> Due to space limitations, all EntityMapper only uses a static mapping configuration similar to ORM, and does not use a more dynamic code configuration. For a complete demonstration, please refer to the example and documentation of the project itself.
2121

0 commit comments

Comments
 (0)