Tag: graphql
-
While debugging GraphQL.Client.SendQueryAsync line in the code, the program ends abruptly without any exception
1 I am trying to consume a sample GraphQL api, just to learn it. For that I have created a .Net framework 4.8 based console application, its referencing GraphQL.Client, Abrstractions, Websocket, version 5.1.1.0, etc and Newtownsoft.Json version 13.0.0.0 When I try to debug it, the control disappears from the line graphQLClient.SendQueryAsync Please help me understand…
-
Numeric prefixes for statamic fields
0 I’m really sorry if this is a dumb question. And please mark my question as a duplicate if needed…I just didn’t find an appropriate answer. My problem can be found in the picture below. And my question is…why does statamic prefix some fields with numbers allthough it is not possible to query them with…
-
Rust Developer – IT Convergence – Sunnyvale, CA
IT Convergence Sunnyvale, CA Depends on Experience Contract: Independent, W2, 12 Month(s) Skills Rust GQL GraphQL Job Description Seeking a RUST Developer for a long-term contract with aa leading global retail chain corporation in the United States. This is hybrid role in Sunnyvale, CA. Please review the job description below and let me know if…
-
Java front end full stack engineer – INTELYCORE LLC – Remote
INTELYCORE LLC Remote Up to $65 Contract: W2, 6 Month(s) Work from home No Travel Required Skills node js react GraphQL Job Description Highly preferred: Bay Area located consultants. Must Have: NodeJS, React, GraphQL Senior Engineer with strong Front-end experience and a proven track record of building high quality scalable web applications, and solid leadership abilities.…
-
Filtering by query string and request path in GraphQL via CloudFlare API
0 is it possible to filter the data by path and query string in the GraphQL for CloudFlare request? I want to achieve from the CloudFlare API. What I came up with looks like below: { viewer { zones(filter: { zoneTag: "MY_ZONE_ID" }) { httpRequestsAdaptiveGroups( limit: 10000 filter: { datetime_geq: "2023-10-16T00:00:00Z" datetime_lt: "2023-10-17T00:00:00Z" clientRequestHTTPHost: "my.domain.com"…
-
Sr Java Developer (GraphQL-MQTT) at Plano, Texas (Onsite) Full time – USG, Inc. – Plano, TX
USG, Inc. Plano, TX Full Time Skills Java Kafka Kubernetes GraphQL Job Description Position : Sr Java Developer (GraphQL-MQTT) Location : Plano, Texas (Onsite) Duration : Full time Client : Wipro Required Skills:- Java Spring applications, mainly GraphQL queries | Develop RESTful services | Messaging technologies such as MQTT brokers and Kafka | microservices architecture…
-
Java Software Engineer with GraphQL – LTIMindtree – Plano, TX
LTIMindtree Plano, TX $100,000 – $120,000 Full Time Skills GraphQL Job Description Role: Sr Java Developer (with GraphQL) Location: Plano, TX (Hybrid) Responsibilities: • Design, develop, and maintain Java Spring applications, mainly GraphQL queries, mutations, and subscriptions, ensuring optimal performance and scalability. • Collaborate with software architects, developers, and product managers to define technical requirements, design…
-
Java Developer – BGSF Inc. – Owings Mills, MD
BGSF Inc. Owings Mills, MD Up to $70 Full Time Skills Front – End Technologies GraphQL Java JavaScript Job Description Top Skills: Java 11, 17 Spring AWS TypeScript/JavaScript The candidate will join a project team working on shared services and capabilities used by our global digital experiences. They should be able to work collaboratively…
-
GraphQL Error: Expected undefined to be a GraphQL type
2 I have been running into this GraphQL error for the past day or so and I have a hard time pinpointing where the problem lies. I hope the following makes sense… In my project I have the following GraphQL types; Questionnaire & Question were a Questionnaire has many Questions and a Question belongs to…
-
How to define an empty Object Type in a GraphQL schema?
9 I want to specify my GraphQL API in a schema, but I also want to spread my schema out among multiple files. I want to be able to use extend type Query or extend type Mutation to add queries or mutations to the overall schema. For example, my user.graphql file is as follows: type…