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

    dardub

    09/01/2017, 12:59 AM
    Is there any info on migrating Enums, I seem to be stuck with what I have despite changing the data.
  • d

    dardub

    09/01/2017, 1:07 AM
    Also it seems like it's the migration value for enums is broken in the gui.
    n
    • 2
    • 2
  • j

    josxa

    09/01/2017, 1:21 AM
    Hi there
  • m

    mlyons

    09/01/2017, 1:36 AM
    Hello!
  • a

    aazlant

    09/01/2017, 5:55 AM
    leaving a note for @gregor and @dankent and others: what do you guys think about creating a kind of universal schema that partitions between a local state composed of immutable.js records and a serialized state via graphql?
    d
    • 2
    • 12
  • p

    picosam

    09/01/2017, 7:17 AM
    Good morning! Any known tool for "probing" or testing the security flaws of one's GraphQL server?
    a
    n
    • 3
    • 5
  • s

    Sergey

    09/01/2017, 7:29 AM
    Hi, how send auth request to graphcool? because
    createUser
    mutation return error with this user is already added
    a
    • 2
    • 1
  • s

    shahfahad

    09/01/2017, 8:10 AM
    How to define root in insert mutation in graphql for one to many relationship type field
  • k

    kuldar

    09/01/2017, 11:37 AM
    Hey guys, can anyone share some advice on getting data from Apollo with
    react-apollo
    to a component state on component load. What would be the best way for doing that? Accessing
    props.data
    doesn't seem to work in
    componentDidMount()
    d
    • 2
    • 15
  • s

    senorcodecat

    09/01/2017, 1:10 PM
    Greetings! Looking to use node scheduler with Graph.cool to trigger events based on matching dates. However, the dateTime scalar requires time to be included, and not just date. I only want matching dates regardless of time. Should I just use a string scalar type instead of dateTime and convert the date to a string on the server before querying?
    d
    • 2
    • 1
  • p

    peterp

    09/01/2017, 1:17 PM
    Can I create and link a relationship at the same time like I can with userId but for an one to many?
    d
    • 2
    • 8
  • p

    peterp

    09/01/2017, 1:17 PM
    I've tries linking the original object, the ID and all sorts of things with no luck
  • p

    peterp

    09/01/2017, 1:17 PM
    It works fine for one to one
  • y

    yolen

    09/01/2017, 2:08 PM
    Is it possible to make create mutations where you specify the id ?
    d
    • 2
    • 10
  • p

    picosam

    09/01/2017, 4:39 PM
    Hello everyone, anyone currently applying version control to their functions? I know that
    graphcool-cli
    does not yet support this out of the box.
    n
    • 2
    • 3
  • k

    kennet

    09/01/2017, 4:53 PM
    How long does it usually take to update a ServerSide Subscription function
    n
    • 2
    • 3
  • k

    kennet

    09/01/2017, 4:53 PM
    mine has been sitting here for like 5minutes updating
  • r

    rvespula

    09/01/2017, 5:04 PM
    i have the same problem @picosam
  • r

    rvespula

    09/01/2017, 5:04 PM
    :S
  • n

    nilan

    09/01/2017, 5:12 PM
    @patstrz could you PM me your project id?
  • a

    agentbond007

    09/01/2017, 5:53 PM
    Hi everyone. The npm install -g graphcool works fine yet I can't figure out why I can't run graphcool init i.e. command not found. I have other npm packages that launch fine. I checked path statements, etc. Also, I reproduced on a sample Vagrant machine. Anyone have hints about why graphcool won't execute?
    n
    a
    • 3
    • 16
  • p

    peterp

    09/01/2017, 6:12 PM
    “insufficient permissions for this mutation”
    ✅ 1
    n
    • 2
    • 1
  • p

    peterp

    09/01/2017, 6:12 PM
    is this on my end?
  • p

    peterp

    09/01/2017, 6:13 PM
    this used to work last night
  • j

    jvbianchi

    09/01/2017, 6:24 PM
    Is anyone else having problems with subscriptions not being called after a mutation occurred?
    n
    • 2
    • 2
  • s

    stephenhandley

    09/01/2017, 6:25 PM
    I was wondering what people's thought are on best practices for validation. From what I gather reading the following link is that the suggested approach to data validation in Graphcool is to use a
    TRANSFORM_ARGUMENT
    function which would get invoked after initial schema validation. https://www.graph.cool/docs/reference/functions/request-pipeline/transform-input-arguments-caich7oeph/ For another project backed by a thin model layer in front of MongoDB using Apollo Server, I've been doing some validation using custom scalars as described here: http://dev.apollodata.com/tools/graphql-tools/scalars.html I've also come across this proposal for input type validation extension to GraphQL spec https://github.com/graphql/graphql-js/issues/361 Wondering what people's thoughts are on the different alternatives..
    n
    h
    • 3
    • 4
  • m

    mwickett

    09/01/2017, 6:38 PM
    Is it possible to do a Request Pipeline transformation on record CREATE and UPDATE ?
    a
    m
    • 3
    • 6
  • n

    nilan

    09/01/2017, 9:13 PM
    welcome @jstephen 👋 😄
  • j

    jstephen

    09/01/2017, 9:14 PM
    Thanks Nilan! Excited to quickstart GraphQL with Graphcool! onboarding was pretty quick!
    💚 2
  • n

    nilan

    09/01/2017, 9:20 PM
    Howdy @alexander 😄
1...327328329...637Latest