https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# prisma-whats-new
  • p

    picosam

    11/26/2017, 3:06 PM
    Hello, I remember when using
    <http://request.post|request.post>
    to call the Graphcool API using HTTP, there was a way to construct the GraphQL Query without using String Templates. Can someone remind me what that was?
  • r

    rein

    11/26/2017, 3:25 PM
    I set up a permission query to check the receiver of the notifications, all works well when I just start the app, but when the subscription triggers, it still crashes and says insufficient persmissions
  • r

    rein

    11/26/2017, 3:25 PM
    although my clientside filters are the same as the permission query
  • r

    rein

    11/26/2017, 3:44 PM
    do you need special permissions to listen to a subscription?
  • p

    paulquappe

    11/26/2017, 3:59 PM
    hi guys, i get an warning on update : (store ////) like this writeToStore.js:111 ``` Missing field votes in { "id": "cjafbmion00530111nacd1jzo", "createdAt": "2017-11-25T123740.000Z", "description": "```desc is empty, does anyone know how to properly solve this? i read here https://github.com/apollographql/apollo-client/issues/1826 but i dont get it, any help? i could make a gist if you guys wannt
    i
    • 2
    • 1
  • p

    proteus

    11/26/2017, 4:02 PM
    Anyone ever got batching to work right?
  • p

    paulquappe

    11/26/2017, 5:06 PM
    does anyone want to speak/write about updateStore and refetchQueries?
    m
    • 2
    • 1
  • p

    paulquappe

    11/26/2017, 5:07 PM
    i am having really a big problem here
  • r

    rein

    11/26/2017, 5:27 PM
    how is it possible Im still getting insufficient permissions on a subscription when my permissions are set on wildcard
    s
    m
    • 3
    • 5
  • t

    toxahitech

    11/26/2017, 5:54 PM
    somebody has some mobx graphql example?share links
    👍 1
  • p

    panzupa

    11/26/2017, 7:20 PM
    How to deal with Relay PaginationContainer and PermissionQueries? https://github.com/graphcool/framework/issues/178
  • e

    ersherr

    11/26/2017, 7:52 PM
    has anyone used amazon cognito with graphcool?
  • t

    theory

    11/26/2017, 8:00 PM
    Has anyone been able to get these examples to work using the local docker install? https://github.com/graphcool-examples/react-graphql
  • m

    matic

    11/26/2017, 9:57 PM
    Hi everyone, I have been bugging over this for almost a week now and would really appreciate help. I am having an issue with
    Insufficient permissions
    as my query gets processed. The thing is that this bug only occurs when in
    production
    mode. None of my code relays on this parameter, thus I am really puzzled. When I set
    NODE_ENV
    to
    dev
    everything works perfect. Does anyone have any idea why this might be happening?
    r
    s
    • 3
    • 3
  • m

    max

    11/26/2017, 10:13 PM
    does anyone know if it's possible on a create mutation to create a relationship using
    userEmail
    instead of
    userId
    ?
    a
    • 2
    • 2
  • v

    vincentwong

    11/26/2017, 10:33 PM
    Hey guys, anyone know what's the easiest way to upload csv data into a table in Graphcool?
    m
    s
    i
    • 4
    • 4
  • a

    amann

    11/27/2017, 1:33 AM
    Hi all, I have an existing project and deployment on graphcool, but my
    .graphcoolrc
    has been overwritten and I do not have any of my config to push a new deployment out… how do I go about pulling this config down again?
    a
    • 2
    • 1
  • c

    ChinCluBi

    11/27/2017, 8:24 AM
    Hi, I always receive an error message
    Copy code
    ERROR: GraphQL Error (Code: 504)
    {
      "error": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">\n<TITLE>ERROR: The request could not be satisfied</TITLE>\n</HEAD><BODY>\n<H1>ERROR</H1>\n<H2>The request could not be satisfied.</H2>\n<HR noshade size=\"1px\">\nCloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.\n<BR clear=\"all\">\n<HR noshade size=\"1px\">\n<PRE>\nGenerated by cloudfront (CloudFront)\nRequest ID: zQQ1xTYRQEZ8xLvr47tKWDh8RT3RpHEcohVDr40HITRi4jSCwVujmg==\n</PRE>\n<ADDRESS>\n</ADDRESS>\n</BODY></HTML>",
      "status": 504
    }
    how to fix this?
    i
    • 2
    • 7
  • m

    Marendra

    11/27/2017, 8:32 AM
    hi everyone, do graphcool have way around to have transaction in order to avoid race condition ?
  • r

    rein

    11/27/2017, 9:21 AM
    is there someone here who got authorization working with WebsocketLink in Apollo 2.0 and getting the token from asyncStorage in react-native?
    👍 1
    m
    p
    • 3
    • 7
  • p

    paulquappe

    11/27/2017, 10:14 AM
    does someone here know a really good working expample of updating store in apollo 2.0?
  • c

    ChinCluBi

    11/27/2017, 10:55 AM
    Hi everyone, dose file management work? I cannot upload any image to my project.
    v
    n
    • 3
    • 5
  • a

    anton-b

    11/27/2017, 2:07 PM
    In the docs under Reference > Database > Data Modelling > Model types it says: "A type has a name, an optional description and one or multiple fields." the
    optional description
    how is that added?
    i
    • 2
    • 8
  • m

    mwickett

    11/27/2017, 2:58 PM
    What happened to file upload in the console? When I drag a file into the sidebar, I get a CORS error now.
  • m

    mwickett

    11/27/2017, 3:22 PM
    Actually, more seriously, I’m getting CORS errors on my client app when a user tries to upload an image.
  • m

    mwickett

    11/27/2017, 3:22 PM
    And even curl isn’t working - no response returned at all.
  • k

    kgoggin

    11/27/2017, 3:26 PM
    If I'm using graphql-playground as a plain React component, is there a way for me to control the header of the request made to the endpoint? Like, to set an auth token?
    • 1
    • 2
  • m

    mimica

    11/27/2017, 3:28 PM
    @kgoggin you can use chrome extensions such as modHeader
  • e

    ed

    11/27/2017, 3:35 PM
    Hello everyone, I am trying to build my schema migrating a schema I had build on top of graphql.js. I am facing a problem with the relations that I want to bind my user type to 2+ types or resolvers but it only allows to write the
    @relation
    directive twice. any Ideas? thanks in advance
    n
    • 2
    • 1
  • d

    Discere

    11/27/2017, 3:51 PM
    @nilan - On the homepage - Under "The framework you’ve been waiting for" most of the images aren't working after the first 4
    n
    • 2
    • 1
1...448449450...637Latest