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

ParameterTypeRequired[a]DefaultDescription
fieldNamestringyes Name of the field from which to remove star.
searchDomainNamestringyes The search domain where the field is located.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.


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

ParameterTypeRequired[a]DefaultDescription
starredFields[string]yes Fields which are marked with a star.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.