You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your example
example/codegen/pb/options.graphql
There are the directives of the services
directive @Query on FIELD_DEFINITION
directive @Service on FIELD_DEFINITION
directive @Test on FIELD_DEFINITION
This is automatically added with your generator. But the individual serviceNames don't get the @service automatically or do they?
For Example in line 84 serviceMutate1(in: DataInput): Data @Service
Is there a reason of this directives in general? And would it be helpful for you to automatically add this Directives to the specific services?
The text was updated successfully, but these errors were encountered:
In your example
example/codegen/pb/options.graphql
There are the directives of the services
This is automatically added with your generator. But the individual serviceNames don't get the @service automatically or do they?
For Example in line 84
serviceMutate1(in: DataInput): Data @Service
Is there a reason of this directives in general? And would it be helpful for you to automatically add this Directives to the specific services?
The text was updated successfully, but these errors were encountered: