
Tag: GRAPHQL
Accepted graphql-relay 3.1.5-1 (source) into experimental
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Sat, 29 Jan 2022 14:03:20 +0100 Source: graphql-relay Architecture: source Version: 3.1.5-1 Distribution: experimental Urgency: medium Maintainer: Debian Python Team <team+pyt…@tracker.debian.org>…
Accepted graphql-relay 3.1.4-1 (source) into experimental
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Tue, 25 Jan 2022 17:44:14 +0100 Source: graphql-relay Architecture: source Version: 3.1.4-1 Distribution: experimental Urgency: medium Maintainer: Debian Python Team <team+pyt…@tracker.debian.org>…
How to implement mutations with optional arguments in GraphQL?
I am learning about graphql, and went through the www.howtographql.com/graphql-js/3-a-simple-mutation/ tutorial, and was interested in what the implementation of the updateLink mutation as follows would look like. type Query {…
LoadRunner web protocol supports Graphql queries ? – LoadRunner Professional User Discussions
Read more here: Source link
javascript – Sending array of objects in mutation – GraphQL
I have such GraphQL mutation from backend. mutation{ errorReportForm(input: { email:”userEmail”, name:”User Name”, description:”Some description.” attachments: [{ name:”imageName.png” type:”image/png” file:”iVBORw0KGgoAAAANSUetc.tłu=” } ]}){ admin_mail_sent client_mail_sent description email name } } So…
Accepted ruby-graphql 1.11.8-3 (source) into unstable
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Fri, 19 Nov 2021 23:25:46 +0100 Source: ruby-graphql Architecture: source Version: 1.11.8-3 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Team <pkg-ruby-extras-maintain…@lists.alioth.debian.org>…
python – Missing information in the Ariadne GraphQL docs
I’m trying to add authentication to a Flask-GraphQL API that I’m creating, and I’m using Ariadne to handle some of the GraphQL stuff. The Ariadne docs (specifically page ariadnegraphql.org/docs/mutations) defines…
command line interface – How to download a GraphQL schema?
I am running an Apollo CLI command to obtain the schema from my Hasura endpoint. apollo schema:download –header ‘X-Hasura-Admin-Secret: <my secret>’ –endpoint sample-backend-for-hasura-tutorial.hasura.app/v1/graphql schema.json It fails with √ Loading Apollo…
/app/node_modules/graphql-tag/index”‘ has no exported member ‘enableExperimentalFragmentVariables’.
I’m trying to import enableExperimentalFragmentVariables from graphql-tag in my angular project using import { enableExperimentalFragmentVariables } from ‘graphql-tag’;. but the import fails saying: /app/node_modules/graphql-tag/index”‘ has no exported member ‘enableExperimentalFragmentVariables’ I…