Move namespace `Mutation` to `Data/Type/Mutation`
See original GitHub issuehttps://github.com/ExtendRealityLtd/VRTK.Unity.Core/tree/master/Scripts/Mutation
I also suggest renaming TransformProperty
to Transform
so it would go
Data/Type/Mutation/Transform
then Property
is the base class of transform mutations
The other idea would be to do Data/Type/Transform/Mutation
then anything to do with the datatype transform are kept together
so you’d have Data/Type/Transform/Mutation/Property.cs
and for the offset calculators they would go in Data/Type/Transform/Operation/OffsetCalculator.cs
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Namespacing by separation of concerns
With namespaces, your mutation fields that actually modify data are no longer root-level fields (instead, your namespace objects are). Because of this, the ......
Read more >Namespaces · Issue #163 · graphql/graphql-spec
Mutation type is the only place where mutation can be defined for a whole GraphQL schema. This is where my original motivation came...
Read more >Organizing GraphQL Mutations
Mutations have to execute sequentially because the next mutation operation may be dependent on data stored or updated by the previous mutation.
Read more >Update Mutations - GraphQL
Update mutations let you to update existing objects of a particular type. With update mutations, you can filter nodes and set and remove...
Read more >Graphql Mutation with Array types - angular
i want to pass an array as a variable for the query in apollo client.I don't have problems with variables of type string...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, sorry.
Requires #206