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

    dpetrick

    10/27/2017, 12:24 AM
    There is no file upload in the local version.
    g
    • 2
    • 3
  • e

    enternode

    10/27/2017, 12:44 AM
    alguien habla español para consultar?
    t
    • 2
    • 1
  • r

    rafaelcorreiapoli

    10/27/2017, 1:25 AM
    Hi guys, i’m trying to publish a react native app (that uses a graph.cool server) to Apple Store but apparently the server is not responding when they are testing on a IPv6 network (The app is being rejected for this reason)
  • r

    rafaelcorreiapoli

    10/27/2017, 1:26 AM
  • r

    rafaelcorreiapoli

    10/27/2017, 1:26 AM
    Copy code
    We discovered one or more bugs in your app when reviewed on iPhone and iPad running iOS 11.0.3 on Wi-Fi connected to an IPv6 network.
    
    Specifically, we encountered an error when tried to login. 
    
    Please see attached screenshots for details.
    Do you know if this has anything to do with graph.cool ?
    t
    a
    • 3
    • 2
  • r

    rafaelcorreiapoli

    10/27/2017, 1:27 AM
    I’m using Apollo on the client side
  • m

    markmiller21

    10/27/2017, 2:17 AM
    Are there any up to date docs that use Expo (React Native) and some sort of authentication? I keep on finding resources that I are promising but they are either out of date and don’t work anymore or they are dead. I know the site is going through a major transition but I have been completely stuck on user auth (tried auth0 and the out of the box graphcool solution) for about 2 days now. Any suggestions? Examples of the dead links: from the Expo site “We also prepared a simple Instagram example that uses Graphcool, Apollo and Auth0 - you can check it out here.” (https://github.com/graphcool-examples/react-native-graphql/blob/master/authentication-with-expo-and-auth0/) Seems like the example code for anything related to React Native & Auth have been put in the “outdated” folder of the github (https://github.com/graphcool-examples/react-native-graphql/tree/master/outdated). Any suggestion of where to look would be great!
  • g

    gauravkaushik

    10/27/2017, 6:07 AM
    For local development, I'm getting
    fetch
    as undefined when used inside
    operationBefore
    function, but works fine for
    resolver
    functions. Any ideas why?
    n
    • 2
    • 2
  • a

    aazlant

    10/27/2017, 6:14 AM
    hey all, trying to follow this tutorial
  • a

    aazlant

    10/27/2017, 6:14 AM
    https://blog.graph.cool/how-to-use-create-react-app-with-graphql-apollo-62e574617cff
    n
    • 2
    • 1
  • a

    aazlant

    10/27/2017, 6:14 AM
    running into an issue right upfront where it says to save the schema and then run
    graphcool init instagram.schema
  • a

    aazlant

    10/27/2017, 6:15 AM
    it’s telling me that the file already exists
  • a

    aazlant

    10/27/2017, 6:15 AM
    does
    init
    no longer key off a schema file?
  • a

    ad

    10/27/2017, 7:24 AM
    Hi. I've spent a fair bit of time trying to get graphcool working on my docker machine but its just not playing ball. It appears just to exiting without anything useful error. Do these logs make sense to anyone?
    n
    • 2
    • 1
  • a

    ad

    10/27/2017, 7:25 AM
    _graphcool_local_up__logs.sh
  • m

    matic

    10/27/2017, 9:22 AM
    Is there a way to filter objects by number of elements in a list? (For example: query only Posts which have no Comments)
    i
    • 2
    • 4
  • s

    samuell

    10/27/2017, 9:50 AM
    Hey its anybody here from graphcool team ?
    i
    • 2
    • 1
  • t

    timwis

    10/27/2017, 10:28 AM
    Morning folks, I’d like to send an sms message via twilio but also save a record of the message. Should I do a write and use a subscription to send the sms? Or an operationAfter? Or some kind of resolver? ..hm, maybe operationBefore so I only write it if it succeeds?
    a
    • 2
    • 6
  • l

    lcatallo

    10/27/2017, 10:30 AM
    Hi guys, I have a question. I have a webhook set on the
    operationBefore
    of a create mutation, in the context object that graphcool sends to my function the
    auth
    field is set to
    null
    even if I make the request as a
    User
    , is this the normal behavior? To make the requests I'm using the playground on the graphcool web console.
    n
    • 2
    • 1
  • t

    timwis

    10/27/2017, 11:28 AM
    Separate question.. I’m wrapping an external API with a mutation resolver. The external API returns an array of objects. Doesn’t my resolver’s
    schema.graphql
    file need to define a type that reflects the API response? If so, I think I need 2 types: one that’s a list of the other. But apparently resolvers can only have one type 😕
    b
    a
    • 3
    • 7
  • a

    alr

    10/27/2017, 11:38 AM
    Hello everyone, I have a question about file upload. I'm trying to upload an image using curl and i'm getting a 500 error. My curl command look like that:
    curl -X POST '<https://api.graph.cool/file/v1/SERVICE_ID>' -F "data=@test.jpg;filename=test.jpg"
    . Anybody have an idea about what i'm doing wrong here ?
    n
    • 2
    • 1
  • t

    tomaash

    10/27/2017, 11:40 AM
    Does anyone know what is the actual underlying database on Graphcool? It cannot be a secret anymore as you can run it yourself. But I cannot find any info about it in the docs.
    b
    i
    • 3
    • 5
  • g

    Gabriel Poama-Neagra

    10/27/2017, 12:10 PM
    Hi guys, I've been using the graphcool@next cli for some time now; I'm trying to deploy --target dev but my schema does not get updated ( I've renamed some relations fields ). I have tried: - adding a fake field ( it shows the new field, but the renaming still does not work ) - deploy --force Any ideas what I should try ?
    g
    b
    • 3
    • 3
  • g

    Gabriel Poama-Neagra

    10/27/2017, 12:19 PM
    2) Can I allow all authenticated users to filter by email_contains, yet don't allow them to retrieve the e-mail ??
    a
    • 2
    • 1
  • j

    jvbianchi

    10/27/2017, 12:29 PM
    Does someone knows the answer to this? https://www.graph.cool/forum/t/graphcool-cloud-private-cluster-limits/1381
  • y

    yolen

    10/27/2017, 1:07 PM
    I get the following error when doing a mutation. Permission are turned off for the field I try to mutate
    a
    • 2
    • 2
  • y

    yolen

    10/27/2017, 1:07 PM
  • m

    mimica

    10/27/2017, 1:11 PM
    hi guys, so graphcool resolvers error logs are no longer expandable on the console. while i can see the error i can't determine if this was due to something i did or due to issues from graphcool can this be resolved?
    n
    • 2
    • 1
  • h

    Hellojere

    10/27/2017, 1:19 PM
    Hi all. I'm starting a larger, slightly reddit like application, and am wondering if there's a recommended database design tool the community uses, or do you tend to start building on graph.cool immediately?
  • u

    user

    10/27/2017, 1:33 PM
    @eruby commented on @yolen’s file

    https://prisma.slack.com/files/U5Q11JKA5/F7S3425AB/pasted_image_at_2017_10_27_03_07_pm.png▾

    : Try modifying the structure to something similar to this:
    Copy code
    mutation {
        udpateVerdict(id: "some_id") {
            id
        }
    }
1...397398399...637Latest