looking for graphql c# example for CRUD

Jump to solution
aday
Community Explorer

looking for some examples on how to use the canvas graphql in c# for basic crud operations. Does anyone have an example they can share or a link to one?

Thanks

Labels (1)
1 Solution
jsimon3
Community Participant

We are working on a nuGet package that is hosted on gitHub that has a REST and graphQL wrapper. here is the doxyGen UVACanvasAccess: UVACanvasAccess.ApiParts.Api Class Reference. We haven’t fleshed out the patterns for the graphQL quite yet but the REST is complete. It should be able to get you started. 

View solution in original post