question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move namespace `Mutation` to `Data/Type/Mutation`

See original GitHub issue

https://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:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
bddckrcommented, Nov 15, 2018

Yes, sorry.

0reactions
thestonefoxcommented, Nov 16, 2018

Requires #206

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found