0
fguo created
Do you have road map to add Mutation feature on GraphQL template in the near future, or I need to work it by myself?
BTW, I also expect the filter, sort, and pagenation on query. I wonder if you will add them on?
Thanks,
2 Answer(s)
-
0
hi,
GraphQL implementation is almost complete. There'll be no additional feature. You can add your custom requirements to the current project. On the other hand
UserQuery
implements filtering, ordering, paging... See https://github.com/aspnetzero/aspnet-zero-core/blob/819e792338a9bf4ae49df4327a2c4e5609cdfd87/aspnet-core/src/MyCompanyName.AbpZeroTemplate.GraphQL/Queries/UserQuery.cs -
0
Thank you for clarifying!