Skip to content
View ptpaterson's full-sized avatar
🤓
🤓
Block or Report

Block or report ptpaterson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. netlify-faunadb-graphql-auth netlify-faunadb-graphql-auth Public

    Netlify functions example with faunadb, graphql, and authorization

    JavaScript 57 13

  2. faunadb-graphql-schema-loader faunadb-graphql-schema-loader Public

    A package for making GraphQL schemas easy to work with using FaunaDB.

    TypeScript 14 1

  3. faunadb-io-types faunadb-io-types Public

    io-ts types to use with FaunaDB

    TypeScript 7

  4. Template for building deeply nested ... Template for building deeply nested FQL queries for FaunaDB
    1
    const baseQuery = q.Paginate(q.Match(q.Index(indexName), terms));
    2
    // or
    3
    // const baseQuery = q.Paginate(q.Collection(collectionName))
    4
    
                  
    5
    const expandedQuery = q.Map(baseQuery, (ref) =>