Using Parameters

Using Parameters

Fast-Weigh GraphQL & REST APIs

 
To add the API module to your Fast-Weigh subscription, contact us at 865-219-2980 or support@tacinsight.com.

Using Parameters

Parameters allow you to pass data into your GraphQL statement.

Common parameter types

  • Int
  • String
  • Boolean
  • date (yes, this one is lowercase)

Date formatting

It's important to note that dates must be formatted as YYYY-MM-DD when being passed as parameters.

Parameter arrays

Parameter arrays can be used for filters like the "_in" filter and are defined with []'s.

  • [String!]
  • [Int!]


    • Related Articles

    • Using Telerik Report Parameters

      Fast-Weigh GraphQL & REST APIs To add the API module to your Fast-Weigh subscription, contact us at 865-219-2980 or support@tacinsight.com. Required Parameters When building your reports within Telerik, you have the ability to link your GraphQL Where ...
    • Connecting GraphQL to Telerik Report Designer

      Fast-Weigh GraphQL & REST APIs To add the API module to your Fast-Weigh subscription, contact us at 865-219-2980 or support@tacinsight.com. Note: Make sure you are running Telerik Report Designer version 14.0.20.219 or later. Navigate to the Data tab ...
    • Connecting Power BI to GraphQL

      Fast-Weigh GraphQL & REST APIs To add the API module to your Fast-Weigh subscription, contact us at 865-219-2980 or support@tacinsight.com . GraphQL can be connected into Power BI to visualize your data. In order to connect it up, you will need to be ...
    • Helpful Telerik Links

      Fast-Weigh GraphQL & REST APIs To add the API module to your Fast-Weigh subscription, contact us at 865-219-2980 or support@tacinsight.com. Telerik Support Page Telerik Designing Reports Knowledge Base Telerik Reporting Forum Getting Started with ...
    • Authentication

      Fast-Weigh GraphQL & REST APIs To add the API module to your Fast-Weigh subscription, contact us at 865-219-2980 or support@tacinsight.com. This guide will walk you through setting up your API keys and getting your GraphQL endpoint URL. Basic ...