Naming Pattern

As we talked before about Query method [find] and Mutation methods [create, update, remove].

In order to let CMS know which method referred to which GrpahQL Type, you have to use the following naming pattern.

Query and Mutation methods need to be named by the following pattern:

[GraphQL Type name]_[action]

examples:

productType_find
productType_create
productType_update
productType_remove

results matching ""

    No results matching ""