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

    andre

    07/31/2017, 1:37 PM
    Q: I have a question regarding the Permission System. How is it possible to deny “Read” for everyone on the
    User
    type, but allow reading the ID (for the response when the
    createUser
    has been performed)? Furthermore, I want to be read the whole User object when the user is authenticated.
  • p

    pcooney10

    07/31/2017, 2:37 PM
    Hey, anyone try implementing the [email-user-management](https://github.com/graphcool-examples/functions/tree/master/email-user-management) functions?
    m
    m
    • 3
    • 2
  • m

    martin

    07/31/2017, 5:14 PM
    Has anything changed with
    subscriptions
    ? They no longer seem to fire.
  • d

    dvarjun23

    07/31/2017, 5:18 PM
    hey guys
  • d

    dvarjun23

    07/31/2017, 5:19 PM
    what library do I use for graphcool on node
    m
    n
    • 3
    • 11
  • d

    dvarjun23

    07/31/2017, 5:19 PM
    ???
  • d

    dvarjun23

    07/31/2017, 5:21 PM
    @martin
  • p

    pbassut

    07/31/2017, 5:23 PM
    Why you say that? You're listening for events and the "callback" is not fired? Mind showing some code?
    m
    n
    • 3
    • 8
  • l

    lukeinth

    07/31/2017, 8:21 PM
    hi i have a question about using auth0 with graph.cool
  • l

    lukeinth

    07/31/2017, 8:22 PM
    is it possible to use the auth0 app_metadata and user_metadata inside permission rules in graph.cool
  • l

    lukeinth

    07/31/2017, 8:23 PM
    specifically i want to access details on which orgs and roles the user has access to
    n
    • 2
    • 2
  • l

    lukeinth

    07/31/2017, 8:29 PM
    btw what do you use for your forum?
    n
    • 2
    • 1
  • a

    aetherall

    07/31/2017, 11:17 PM
    Hi, The auth0 integration won't accept my RS256 TokenId, any idea why?
    c
    • 2
    • 2
  • c

    ckelley

    08/01/2017, 3:08 AM
    I have a 1:N relation between a
    Person
    type and an
    Address
    type, where the field names are
    person.addresses
    and
    address.person
    . When I created this relation, I expected to see two new fields on
    CreatePersonInput
    -
    addressesIds
    and
    addresses
    . However, only
    addressesIds
    is created
    addresses
    is missing...perhaps it's a reserved word or something?
  • c

    ckelley

    08/01/2017, 3:08 AM
    I don't receive any error messages in console and the schema seems to check out otherwise
    t
    n
    • 3
    • 3
  • s

    senorcodecat

    08/01/2017, 10:56 AM
    Greetings. Following the How to GraphQL tutorial and had a question about your authentication setup. I see you manage state within each component rather than at the store level (following Redux best practices). Is this standard practice for Apollo?
    n
    • 2
    • 1
  • t

    thomas2

    08/01/2017, 11:01 AM
    Hello, first of all thanks a lot for your work, it looks amazing, I could not find this question in the FAQ so I would like to ask it there : is there a way for Chromeless to login to the website before automation tests ?
    v
    • 2
    • 2
  • v

    vasekch

    08/01/2017, 11:53 AM
    Hi guys, is there dedicated channel for Chromeless related topics on this slack? Can't see one... Was wondering if someone tried to make it work locally on a headless machine (vmware box) Ubuntu or CentOS? I've tried to install google-chrome 60 and X11 but chrome --headless crashes with ungooglable and not always the same errors:
    Copy code
    # google-chrome --remote-debugging-port=9222 --disable-gpu --headless
    Trace/breakpoint trap (core dumped)
    [0100/000000.906514:FATAL:<http://zygote_linux.cc|zygote_linux.cc>(477)] Failed to synchronise with parent zygote process
    
    # google-chrome --remote-debugging-port=9222 --disable-gpu --headless
    [0100/000000.778579:ERROR:<http://broker_posix.cc|broker_posix.cc>(41)] Invalid node channel message
    Trace/breakpoint trap (core dumped)
    
    # google-chrome --remote-debugging-port=9222 --disable-gpu --headless
    Trace/breakpoint trap (core dumped)
    hints appreciated
    • 1
    • 2
  • s

    spences10

    08/01/2017, 12:39 PM
    Is anyone ablr to give pointers on how I can get just the Types from a SDL export?
  • s

    spences10

    08/01/2017, 12:41 PM
    Is it just a case of searching through the reponse from using:
    Copy code
    npm install -g get-graphql-schema
    get-graphql-schema ENDPOINT_URL > schema.graphql
  • a

    adrian109

    08/01/2017, 1:48 PM
    Hi, I am trying to run Chromeless on my DEV pc using Visual Studio. I have done an npm install chromeless and built a typescript file, complied it to a .js file. How do I run that file in chrome to get the test to run?
    n
    • 2
    • 1
  • t

    teux

    08/01/2017, 3:44 PM
    Hi, I'm creating a temporary user with
    authenticateAnonymousUser
    . Can I bind this user record to
    Auth0
    provider later?
  • a

    allpwrfulroot

    08/01/2017, 4:29 PM
    I can't seem to create a new function at the moment, it just hangs?
    n
    • 2
    • 4
  • y

    yoamomonstruos

    08/01/2017, 4:51 PM
    Anyone gotten “invalid idToken” with a valid idToken from auth0?
    • 1
    • 1
  • m

    mwickett

    08/01/2017, 6:09 PM
    This is potentially interesting when used alongside graphcool - https://arc.codes
    n
    • 2
    • 1
  • m

    mwickett

    08/01/2017, 6:09 PM
    Similar in some ways to Serverless, but intriguing
  • u

    unindented

    08/01/2017, 6:17 PM
    is there a way to run extensions in Chromeless?
    n
    • 2
    • 1
  • u

    unindented

    08/01/2017, 6:18 PM
    I was looking for a way to run Lighthouse for authenticated pages... Lighthouse itself doesn't support setting cookies, but I'm guessing logging in with Chromeless and then running Lighthouse would work
  • d

    dvarjun23

    08/01/2017, 6:54 PM
    hey has anyone used graphql-request for node to do mutations?
    n
    • 2
    • 4
  • s

    stton

    08/01/2017, 8:04 PM
    Having some issues with subscriptions today. very odd but some of the subs work and some don't but they're identical just hitting different tables, for example Show works but subscribing to Person doesn't. Tried in the playground as well but nothing returning, any ideas?
    n
    • 2
    • 1
1...293294295...637Latest