The removeStarFromField() GraphQL mutation is used to remove a star from a field in LogScale.

For more information on fields, see the Event Fields documentation page.

Syntax

Below is the syntax for the removeStarFromField() mutation field:

graphql
removeStarFromField(
      input: RemoveStarToFieldInput!
   ): RemoveStarToFieldMutation!

Given Datatypes

For the given datatype, RemoveStarToFieldInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: RemoveStarToFieldInput

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 19, 2024
fieldNamestringyes The name of the field from which to remove the star.
searchDomainNamestringyes The search domain where the field is located.

Returned Datatypes

The returned datatype RemoveStarToFieldMutation has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: RemoveStarToFieldMutation

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 3, 2024
starredFields[string]yes Fields which are marked with a star.