Class CustomFieldQuery

    • Constructor Detail

      • CustomFieldQuery

        public CustomFieldQuery​(StringBuilder _queryBuilder)
    • Method Detail

      • addField

        public CustomFieldQuery addField​(String fieldName)
        Adds a standard "non-custom" field to the query. This method is typically used to specify the fields of a custom object field that has an existing GraphQL type that can already be parsed by the library.
        Parameters:
        fieldName - The name of the field that will be added to the GraphQL query.
        Returns:
        The current query builder.