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

    jjaybrown98

    05/30/2017, 3:20 PM
    anyone able to help with a JS question, trying to create a mutation query where the expected type in graph.cool is a DateTime
  • j

    jjaybrown98

    05/30/2017, 3:21 PM
    updatedAt: ${moment(article.modified).toDate()}
  • j

    jjaybrown98

    05/30/2017, 3:21 PM
    ^ that's my field there in the mutation query
  • a

    adrianocola

    05/30/2017, 3:22 PM
    Try this
    updatedAt: ${moment(article.modified).toISOString()}
    j
    n
    • 3
    • 8
  • a

    adrianocola

    05/30/2017, 3:22 PM
    or this
    updatedAt: "${moment(article.modified).toISOString()}"
  • b

    bruce

    05/30/2017, 3:26 PM
    Anyone got a quick sec for clarification on permissions?
  • d

    drejohnson

    05/30/2017, 3:33 PM
    Are there any plans to support Firebase Auth now that Digits has been converted to Firebase Phone Auth?
    n
    • 2
    • 1
  • g

    gmuresan

    05/30/2017, 3:38 PM
    @nilan: Is there a way to query that something doesnโ€™t exist in the permissions?
    n
    • 2
    • 6
  • k

    kaihuang724

    05/30/2017, 5:50 PM
    Hey guys - I was wondering if there's any guides/references for adding in JSON data that contains relations to another node?
    n
    • 2
    • 9
  • a

    artyom

    05/30/2017, 6:31 PM
    @chrishurlburt @delianides @mark @mobayaa hey there, glad to see you joining graphcool today! ๐Ÿ™Œ
  • v

    vu

    05/30/2017, 6:43 PM
    hi, the graph.cool services occassionally hits our servers. I'd like to whitelist the graph.cool IP's on our firewall. Could you let me know the IP address ranges/blocks you use?
  • s

    sorenbs

    05/30/2017, 6:46 PM
    Hi Vu. We are currently not able to provide an IP range you can whitelist. This is something we will provide in the future. Could you open a feature request at https://github.com/graphcool/feature-requests ?
  • v

    vu

    05/30/2017, 6:51 PM
    ok, thank you.
  • w

    wasd171

    05/30/2017, 7:27 PM
    I am getting super weird behaviour. I'd like to create the user the first time he/she logs in with Auth0. I've set my mutation permissions to
    Authenticated -> Create
    for
    User
    . When I send a
    createUser
    mutation with appropriate headers I get
    Error: GraphQL error: Insufficient Permissions
    , BUT, in a Data section I can see that the user is actually successfully created! I am so confused. Am I doing something wrong?
    n
    • 2
    • 14
  • j

    jv.bianchi

    05/30/2017, 8:18 PM
    I got this error using the console
    Copy code
    Whoops. Looks like an internal server error. Please contact us in Slack (<https://slack.graph.cool>) and send us your Request ID: cj3c07s0nzti50185qhselow3
    n
    • 2
    • 1
  • j

    jv.bianchi

    05/30/2017, 8:19 PM
  • j

    jjaybrown98

    05/30/2017, 8:53 PM
    not sure if this is possible, but I'd like to make a query and using the value returned from that query, carry out a mutation
  • j

    jjaybrown98

    05/30/2017, 8:54 PM
    -.js
  • j

    jjaybrown98

    05/30/2017, 8:54 PM
    so the
    id
    value would be used in the mutation
    n
    • 2
    • 2
  • k

    kaihuang724

    05/30/2017, 8:59 PM
    Getting an error in the console:
    Request ID: cj3c1obtu1ee30185pwa8clu3
  • s

    sai

    05/31/2017, 4:13 AM
    How to define Enum in types
    n
    • 2
    • 2
  • a

    achtan

    05/31/2017, 6:22 AM
    hi, im getting this message
    No project with id XXX
    , but when i go to my project Settings > General > Project ID is same as XXX
  • a

    achtan

    05/31/2017, 6:27 AM
    ah nwm, i had wrong auth session ....
  • g

    guillaume_ti

    05/31/2017, 9:01 AM
    Hi, In functions, is there a way to get the user_id of the request sender? (like in permission -> $user_id)
    • 1
    • 1
  • k

    kamilregulski

    05/31/2017, 9:24 AM
    @nilan
    Request ID: cj3csblcr4k8k01801oq28d7g
    n
    • 2
    • 1
  • g

    guillaume_ti

    05/31/2017, 9:24 AM
    @nilan Do you plan to add the feature to set a relation as required in types schema?
    n
    c
    • 3
    • 5
  • t

    titirex

    05/31/2017, 10:51 AM
    Hello, is there a way to save a rule in permissions? I'm often using the same rule, and I will be able to set it quickly if possible.
    n
    • 2
    • 3
  • p

    ppatidar

    05/31/2017, 12:18 PM
    @nilan Can i apply filter query with like? SELECT column1, column2, ... FROM table_name WHERE columnN LIKE pattern; I dont want to match exact string
    โœ… 1
    y
    • 2
    • 7
  • a

    artyom

    05/31/2017, 1:04 PM
    @parker @ed @padenuga @cezar @niwat @anton-b @ibm @joeyhennessey @em.dinh @shabaokare @choipd @aravind @honood @achtan @gabrielrotbart @ojoh @alidrongo @franzp @terry @karen hello there and welcome to graphcool ๐Ÿ™Œ
  • a

    artyom

    05/31/2017, 1:04 PM
    let us know if any questions come up ๐Ÿ™‚
1...207208209...637Latest