GraphQL: Query custom items

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
kdim95
Advanced
Posts: 210
Joined: 26 Aug 2022, 12:17

GraphQL: Query custom items

Post by kdim95 » 02 May 2024, 13:44

Laravel framework version: 11.6.0
Aimeos Laravel version: 2024.04
PHP Version: 8.2.18
Environment: Linux

Hello,

Is it possible you can add documentation on how to create GraphQL queries for items created the "Custom way":
https://aimeos.org/docs/2024.x/models/e ... custom-way

Best regards

User avatar
aimeos
Administrator
Posts: 7937
Joined: 01 Jan 1970, 00:00

Re: GraphQL: Query custom items

Post by aimeos » 02 May 2024, 20:51

Add the new domain to this configuration in your own extension (you don't need to insert the whole configuration):
https://github.com/aimeos/ai-admin-grap ... min.php#L5

Afterwards, you have the standard methods for your new domain:
https://github.com/aimeos/ai-admin-grap ... andard.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply