graphql/cxs-impl/src/main/java/org/apache/unomi/graphql/types/output/CDPQuery.java [72:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final @GraphQLName("orderBy") List<CDPOrderByInput> orderBy,
            final @GraphQLName("first") Integer first,
            final @GraphQLName("after") String after,
            final @GraphQLName("last") Integer last,
            final @GraphQLName("before") String before,
            final
            @GraphQLName("unomi_text")
            @GraphQLDescription("The text that the item must have in one of its fields to be considered a match")
                    String text,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



graphql/cxs-impl/src/main/java/org/apache/unomi/graphql/types/output/CDPQuery.java [97:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final @GraphQLName("orderBy") List<CDPOrderByInput> orderBy,
            final @GraphQLName("first") Integer first,
            final @GraphQLName("after") String after,
            final @GraphQLName("last") Integer last,
            final @GraphQLName("before") String before,
            final
            @GraphQLName("unomi_text")
            @GraphQLDescription("The text that the item must have in one of its fields to be considered a match")
                    String text,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



