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

    meikoudras

    11/15/2017, 9:34 AM
    15 MB
  • m

    meikoudras

    11/15/2017, 9:35 AM
    but why would the deploy command even check that file? (and seemingly check inside that file)
  • m

    meikoudras

    11/15/2017, 9:36 AM
    i’ll try to get a bug report/repro for that in the evening
  • n

    nilan

    11/15/2017, 9:47 AM
    I don't see why this would cause problems, but the complete directory is actually bundled (not only
    node_modules
    )
  • m

    matty

    11/15/2017, 10:26 AM
    @nilan still no word on disabling algolia integrations so that existing projects can be upgraded to Framework?
  • m

    matty

    11/15/2017, 10:26 AM
    if no, any way to import existing data into a new project?
  • f

    fredelf

    11/15/2017, 11:18 AM
    Doesnt subscriptions work with the local server?
    a
    r
    • 3
    • 7
  • t

    timwis

    11/15/2017, 11:19 AM
    Morning folks. I’d like my auth function to return a
    user: User!
    property, allowing the client to specify which fields, and even get a related object. Is that possible? All the examples return explicit fields only in a custom object.
  • r

    RedShift

    11/15/2017, 12:19 PM
    hi all. I have a user object that has a bunch of preferences, but I need to load those preferences before anything else
  • r

    RedShift

    11/15/2017, 12:20 PM
    the apollo client always returns promises on queries, any way to make this operation synchronous?
  • m

    mlukaszczyk

    11/15/2017, 12:23 PM
    Anyone experiencing issues with their graphcool APIs?
    v
    • 2
    • 4
  • m

    Maslov

    11/15/2017, 12:35 PM
    Hello, how I can export the data from one database to another?
    i
    • 2
    • 1
  • t

    tomhut

    11/15/2017, 1:14 PM
    Does anyone know if it’s possible to automate the data export from the console (ie, daily?) I need to send it to our data warehouse every day.
    n
    • 2
    • 2
  • i

    iamclaytonray

    11/15/2017, 2:03 PM
    Is GC down for anyone?
  • b

    blabassi

    11/15/2017, 2:04 PM
    It is for me
    n
    i
    • 3
    • 7
  • a

    alexc

    11/15/2017, 2:30 PM
    what version of the auth0 api is supported?
    i
    • 2
    • 1
  • a

    agartha

    11/15/2017, 10:18 PM
    @rohit Could you create an issue for that in the
    serverless-plugin-typescript
    repo?
    r
    • 2
    • 1
  • t

    tim loewel

    11/15/2017, 3:00 PM
    Hi all, I am struggling with the react-native-auth0 integration. There is a lot of documentation about auth0, but it is totally unclear what is the current state of affairs. There is talk of a "build-in integration" and "legacy-integration". Are they the same? There is a relatively recent thread in the forum https://www.graph.cool/forum/t/blocker-graphcool-says-rs256-idtoken-based-token-as-invalid-idtoken-when-migrating-from-react-native-lock-to-react-native-auth0/694/2 but most links there are dead, so it does not seem to be the last word.
  • t

    tim loewel

    11/15/2017, 3:01 PM
    Where do I find documentation on the auth0 integration?
  • t

    tim loewel

    11/15/2017, 3:03 PM
    I get the id_token from auth0, but graphcool answers to the
    createUser
    -Mutation with
    GraphQL error: The provided idToken is invalid
    no matter if I use HS256 or RS256 for the signature algorithm.
  • t

    tim loewel

    11/15/2017, 3:16 PM
    ok, one thing I forgot, that has been mentioned somewhere is to not set the audience. Now it works.
  • t

    tim loewel

    11/15/2017, 3:18 PM
    But I have to use the HS256 signature, which is not recommended.
  • p

    pokorson

    11/15/2017, 5:01 PM
    Hi, what would be the best place to do some restrict params for mutation? For example if I have
    User
    and
    Post
    types, user can have many posts. And now I want to allow user creation but not with nested projects
  • p

    pokorson

    11/15/2017, 5:01 PM
    should I use permission queries or hook functions for this?
  • p

    pokorson

    11/15/2017, 5:02 PM
    as far as I understand in self-made graphql backend I can restrict this with fields for mutation but how to do this in graph.cool?
  • m

    markmiller21

    11/15/2017, 5:51 PM
    is there a way to set a default a value in my types.graphql file for a DateTime Field? I am trying to default the value to be the current date time if nothing is passed in. I need this to be different than the createdAt & updatedAt fields. So far I have tried
    roundDateText: DateTime @defaultValue(value: () => new Date())
    roundDateText: DateTime @defaultValue(value: new Date())
    roundDateText: DateTime @defaultValue(value: Date())
    j
    • 2
    • 2
  • k

    kindjames

    11/15/2017, 5:52 PM
    is it possible to create a
    subscription
    based on a
    _allxxxxMeta
    query
    ? i.e I would like to know when a ‘count’ changes.
  • b

    bwoodlt

    11/15/2017, 5:56 PM
    Anyone has any idea how to fix this
    [object object]
    issue when
    graphql
    subscription
    is executed should please help! 3 days on this issue yet still on it… 😞
  • f

    Fitch

    11/15/2017, 6:16 PM
    I have a filter that is returning the appropriate objects..
  • f

    Fitch

    11/15/2017, 6:17 PM
    -.js
1...429430431...637Latest