-
-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
FIrst of all this plugin is wonderful and just what I was looking for. But question, if I have a query like this:
query findManyAgreements($cursor: AgreementsWhereUniqueInput, $distinct: [AgreementsScalarFieldEnum!], $orderBy: [AgreementsOrderByWithRelationAndSearchRelevanceInput!], $skip: Int, $take: Int, $where: AgreementsWhereInput){
findManyAgreements(cursor: $cursor, distinct: $distinct, orderBy: $orderBy, skip: $skip, take: $take, where: $where){
content
created
excerpt
id
image
mediamanager
name
reference_id
shop_id
type
updated
user_id
}
}
and wanted it to be generated as this instead:
query findManyAgreements{
findManyAgreements{
content
created
excerpt
id
image
mediamanager
name
reference_id
shop_id
type
updated
user_id
}
}
How would I do that, even if it means to adjust the code in the plugin, just need to know where to look. Thank you in advance.
Metadata
Metadata
Assignees
Labels
No labels