Tag: migration
-
Desktop Support Technician – TEKsystems c/o Allegis Group – Augusta, GA
TEKsystems c/o Allegis Group Augusta, GA Full Time Skills Migration Law Microsoft Office Information Technology Software Support Customer facing Training Transformation OER Cradle Job Description Top Skills’ DetailsAt least 1 year hands on/desktop troubleshooting experience with:– Windows 10– End user devices (printers, barcode scanners, workstations, etc)– O365– ServiceNowCandidate should be able to handle at least…
-
GraphQL HotChocolate 13: Adding PaginationAmountType to be backwards compatible for old clients
0 I’m migrating a quite old GraphQL server (<10) to the latest version (13). It looks everything is working OK after doing the necessary changes. The only thing is that HotChocolate dropped the PaginationAmountType class. The queries done by clients of my service do not seem to be compatible anymore. As this is a critical…
-
Unknown Custom Scalars during Apollo Client GraphQL 3.0 migration
0 I have been following this link to do an apollo client version upgrade: https://www.apollographql.com/docs/kotlin/migration/3.0/ After completing the section to replace customTypeMapping I am now seeing the following error: Apollo: unknown custom scalar(s) in customScalarsMapping: Date,Currency,Year,Month,Percentage,MediaType,Base64 My build.gradle.kts file has been updated to contain the updated custom scalar mapping methods: mapScalar("Date", "java.time.LocalDate") mapScalar("Currency", "java.util.Currency") mapScalar("Year",…