@fiftyone/relay#
Hooks#
useRelayEnvironment#
- @fiftyone/relay.useRelayEnvironment()#
- Return type:
Environment
Functions#
Writer#
- @fiftyone/relay.Writer(__namedParameters)#
- Arguments:
__namedParameters (
WriterProps
)
- Return type:
Element
A Recoil/Relay atomic syncing interface between a current page query and atom and atom families
getPageQuery#
- @fiftyone/relay.getPageQuery()#
- Return type:
Object
graphQLSyncFragmentAtom#
- @fiftyone/relay.graphQLSyncFragmentAtom(fragmentOptions, options)#
- Arguments:
fragmentOptions (
GraphQLSyncFragmentSyncAtomOptions
)options (
GraphQLSyncFragmentAtomOptions
)
- Return type:
RecoilState < K >
<
plugins.fiftyone.relay.K()
>
Creates a recoil atom synced with a relay fragment via its path in a query. If the fragment path cannot be read from given the parent fragment keys and the optional final read function, the atom’s default value will be used
graphQLSyncFragmentAtomFamily#
- @fiftyone/relay.graphQLSyncFragmentAtomFamily(fragmentOptions, options)#
- Arguments:
fragmentOptions (
GraphQLSyncFragmentSyncAtomFamilyOptions
)options (
GraphQLSyncFragmentAtomFamilyOptions
)
Creates a recoil atom family synced with a relay fragment via its path in a query. If the fragment path cannot be read from given the parent fragment keys. Includes the optional sync parameter to conditionally opt-in to fragment syncing given an atom instance’s parameters P.
- @fiftyone/relay.graphQLSyncFragmentAtomFamily(fragmentOptions, options)#
- Arguments:
params (
P()
)- Return type:
RecoilState < K >
<
plugins.fiftyone.relay.K()
>
readFragment#
- @fiftyone/relay.readFragment(fragmentInput, fragmentRef)#
- Arguments:
fragmentInput (
GraphQLTaggedNode()
)fragmentRef (
TKey()
)
- Return type:
KeyTypeData < TKey >
<
plugins.fiftyone.relay.TKey()
>
resetEffect#
- @fiftyone/relay.resetEffect(viewChange)#
- Arguments:
viewChange (
boolean()
)
- Return type:
AtomEffect < T >
<
plugins.fiftyone.relay.T()
>
Effect for restting an atom’s value when the view or dataset changes. Can be limited to only dataset changes when viewChange is false
selectorWithEffect#
- @fiftyone/relay.selectorWithEffect(__namedParameters, itemKey)#
- Arguments:
__namedParameters
itemKey (
string()
)
- Return type:
RecoilState < T >
<
plugins.fiftyone.relay.T()
>
subscribe#
- @fiftyone/relay.subscribe(subscription)#
- Arguments:
subscription ()
subscribeBefore#
- @fiftyone/relay.subscribeBefore(subscription)#
- Arguments:
subscription ()
Types#
PageQuery#
- class @fiftyone/relay.PageQuery()#
Properties#
Name |
Type |
Description |
---|---|---|
concreteRequest |
|
|
data |
||
event |
|
|
preloadedQuery |
|
- class @fiftyone/relay.Aggregate()#
Aggregate#
Name |
Type |
Description |
---|---|---|
Aggregate.count |
|
|
Aggregate.countValues |
|
|
Aggregate.histogramValues |
|
- class @fiftyone/relay.AggregationForm()#
AggregationForm#
Name |
Type |
Description |
---|---|---|
AggregationForm.dataset |
|
|
AggregationForm.dynamicGroup |
|
|
AggregationForm.extendedStages |
|
|
AggregationForm.filters |
|
|
AggregationForm.groupId |
|
|
AggregationForm.hiddenLabels |
|
|
AggregationForm.hint |
|
|
AggregationForm.index |
|
|
AggregationForm.maxQueryTime |
|
|
AggregationForm.mixed |
|
|
AggregationForm.paths |
|
|
AggregationForm.queryPerformance |
|
|
AggregationForm.sampleIds |
|
|
AggregationForm.slice |
|
|
AggregationForm.slices |
|
|
AggregationForm.view |
|
|
AggregationForm.viewName |
|
- class @fiftyone/relay.BrainRunType()#
BrainRunType#
Union of 'similarity'()
, 'visualization'()
, '%future added value'()
- class @fiftyone/relay.ColorBy()#
ColorBy#
Union of 'field'()
, 'instance'()
, 'value'()
, '%future added value'()
- class @fiftyone/relay.ColorSchemeInput()#
ColorSchemeInput#
Name |
Type |
Description |
---|---|---|
ColorSchemeInput.colorBy |
|
|
ColorSchemeInput.colorPool |
|
|
ColorSchemeInput.colorscales |
|
|
ColorSchemeInput.defaultColorscale |
|
|
ColorSchemeInput.defaultMaskTargetsColors |
|
|
ColorSchemeInput.fields |
|
|
ColorSchemeInput.id |
|
|
ColorSchemeInput.labelTags |
|
|
ColorSchemeInput.multicolorKeypoints |
|
|
ColorSchemeInput.opacity |
|
|
ColorSchemeInput.showSkeletons |
|
- class @fiftyone/relay.ColorscaleInput()#
ColorscaleInput#
Name |
Type |
Description |
---|---|---|
ColorscaleInput.list |
|
|
ColorscaleInput.name |
|
|
ColorscaleInput.path |
|
- class @fiftyone/relay.ColorscaleListInput()#
ColorscaleListInput#
Name |
Type |
Description |
---|---|---|
ColorscaleListInput.color |
|
|
ColorscaleListInput.value |
|
- class @fiftyone/relay.Count()#
Count#
Name |
Type |
Description |
---|---|---|
Count.field |
|
- class @fiftyone/relay.CountValues()#
CountValues#
Name |
Type |
Description |
---|---|---|
CountValues.field |
|
- class @fiftyone/relay.CustomizeColorInput()#
CustomizeColorInput#
Name |
Type |
Description |
---|---|---|
CustomizeColorInput.colorByAttribute |
|
|
CustomizeColorInput.fieldColor |
|
|
CustomizeColorInput.maskTargetsColors |
|
|
CustomizeColorInput.path |
|
|
CustomizeColorInput.valueColors |
|
- class @fiftyone/relay.DefaultColorscaleInput()#
DefaultColorscaleInput#
Name |
Type |
Description |
---|---|---|
DefaultColorscaleInput.list |
|
|
DefaultColorscaleInput.name |
|
- class @fiftyone/relay.ExtendedViewForm()#
ExtendedViewForm#
Name |
Type |
Description |
---|---|---|
ExtendedViewForm.filters |
|
|
ExtendedViewForm.mixed |
|
|
ExtendedViewForm.sampleIds |
|
|
ExtendedViewForm.slice |
|
- class @fiftyone/relay.GraphQLSyncFragmentAtomFamilyOptions()#
GraphQLSyncFragmentAtomFamilyOptions#
Name |
Type |
Description |
---|---|---|
GraphQLSyncFragmentAtomFamilyOptions |
|
- class @fiftyone/relay.GraphQLSyncFragmentAtomOptions()#
GraphQLSyncFragmentAtomOptions#
Name |
Type |
Description |
---|---|---|
GraphQLSyncFragmentAtomOptions |
|
- class @fiftyone/relay.GraphQLSyncFragmentSyncAtomFamilyOptions()#
GraphQLSyncFragmentSyncAtomFamilyOptions#
Name |
Type |
Description |
---|---|---|
GraphQLSyncFragmentSyncAtomFamilyOptions.default |
|
|
GraphQLSyncFragmentSyncAtomFamilyOptions.fragments |
|
|
GraphQLSyncFragmentSyncAtomFamilyOptions.keys |
|
|
GraphQLSyncFragmentSyncAtomFamilyOptions.read |
|
|
GraphQLSyncFragmentSyncAtomFamilyOptions.sync |
|
- class @fiftyone/relay.GraphQLSyncFragmentSyncAtomOptions()#
GraphQLSyncFragmentSyncAtomOptions#
Name |
Type |
Description |
---|---|---|
GraphQLSyncFragmentSyncAtomOptions.default |
|
|
GraphQLSyncFragmentSyncAtomOptions.fragments |
|
|
GraphQLSyncFragmentSyncAtomOptions.keys |
|
|
GraphQLSyncFragmentSyncAtomOptions.read |
|
|
GraphQLSyncFragmentSyncAtomOptions.selectorEffect |
|
- class @fiftyone/relay.GroupElementFilter()#
GroupElementFilter#
Name |
Type |
Description |
---|---|---|
GroupElementFilter.id |
|
|
GroupElementFilter.slice |
|
|
GroupElementFilter.slices |
|
- class @fiftyone/relay.HistogramValues()#
HistogramValues#
Name |
Type |
Description |
---|---|---|
HistogramValues.field |
|
- class @fiftyone/relay.IndexType()#
IndexType#
Union of 'asc'()
, 'desc'()
, '%future added value'()
- class @fiftyone/relay.LabelTagColorInput()#
LabelTagColorInput#
Name |
Type |
Description |
---|---|---|
LabelTagColorInput.fieldColor |
|
|
LabelTagColorInput.valueColors |
|
- class @fiftyone/relay.LightningInput()#
LightningInput#
Name |
Type |
Description |
---|---|---|
LightningInput.dataset |
|
|
LightningInput.match |
|
|
LightningInput.paths |
|
|
LightningInput.slice |
|
- class @fiftyone/relay.LightningPathInput()#
LightningPathInput#
Name |
Type |
Description |
---|---|---|
LightningPathInput.exclude |
|
|
LightningPathInput.filters |
|
|
LightningPathInput.first |
|
|
LightningPathInput.index |
|
|
LightningPathInput.maxDocumentsSearch |
|
|
LightningPathInput.path |
|
|
LightningPathInput.search |
|
- class @fiftyone/relay.MaskColorInput()#
MaskColorInput#
Name |
Type |
Description |
---|---|---|
MaskColorInput.color |
|
|
MaskColorInput.intTarget |
|
- class @fiftyone/relay.PageSubscription()#
PageSubscription#
- class @fiftyone/relay.SampleFilter()#
SampleFilter#
Name |
Type |
Description |
---|---|---|
SampleFilter.group |
|
|
SampleFilter.id |
|
- class @fiftyone/relay.SavedViewInfo()#
SavedViewInfo#
Name |
Type |
Description |
---|---|---|
SavedViewInfo.color |
|
|
SavedViewInfo.description |
|
|
SavedViewInfo.name |
|
- class @fiftyone/relay.SelectedLabel()#
SelectedLabel#
Name |
Type |
Description |
---|---|---|
SelectedLabel.field |
|
|
SelectedLabel.frameNumber |
|
|
SelectedLabel.instanceId |
|
|
SelectedLabel.labelId |
|
|
SelectedLabel.sampleId |
|
- class @fiftyone/relay.Setter()#
Setter#
- class @fiftyone/relay.SidebarGroupInput()#
StateForm#
Name |
Type |
Description |
---|---|---|
StateForm.addStages |
|
|
StateForm.extended |
|
|
StateForm.filters |
|
|
StateForm.labels |
|
|
StateForm.sampleIds |
|
|
StateForm.slice |
|
- class @fiftyone/relay.Theme()#
Theme#
Union of 'browser'()
, 'dark'()
, 'light'()
, '%future added value'()
- class @fiftyone/relay.ValueColorInput()#
ValueColorInput#
Name |
Type |
Description |
---|---|---|
ValueColorInput.color |
|
|
ValueColorInput.value |
|
- class @fiftyone/relay.aggregateQuery()#
aggregateQuery#
Name |
Type |
Description |
---|---|---|
aggregateQuery.response |
|
|
aggregateQuery.variables |
|
- class @fiftyone/relay.aggregateQuery$data()#
aggregateQuery$data#
Name |
Type |
Description |
---|---|---|
aggregateQuery$data.aggregate |
|
- class @fiftyone/relay.aggregateQuery$variables()#
aggregateQuery$variables#
Name |
Type |
Description |
---|---|---|
aggregateQuery$variables.aggregations |
|
|
aggregateQuery$variables.dataset |
|
|
aggregateQuery$variables.view |
|
- class @fiftyone/relay.aggregationsQuery()#
aggregationsQuery#
Name |
Type |
Description |
---|---|---|
aggregationsQuery.response |
|
|
aggregationsQuery.variables |
|
- class @fiftyone/relay.aggregationsQuery$data()#
aggregationsQuery$data#
Name |
Type |
Description |
---|---|---|
aggregationsQuery$data.aggregations |
|
- class @fiftyone/relay.aggregationsQuery$variables()#
aggregationsQuery$variables#
Name |
Type |
Description |
---|---|---|
aggregationsQuery$variables.form |
|
- class @fiftyone/relay.colorSchemeFragment$data()#
colorSchemeFragment$data#
Name |
Type |
Description |
---|---|---|
colorSchemeFragment$data. $fragmentType |
|
|
colorSchemeFragment$data.colorBy |
|
|
colorSchemeFragment$data.colorPool |
|
|
colorSchemeFragment$data.colorscales |
|
|
colorSchemeFragment$data.defaultColorscale |
|
|
colorSchemeFragment$data.defaultMaskTargetsColors |
|
|
colorSchemeFragment$data.fields |
|
|
colorSchemeFragment$data.id |
|
|
colorSchemeFragment$data.labelTags |
|
|
colorSchemeFragment$data.multicolorKeypoints |
|
|
colorSchemeFragment$data.opacity |
|
|
colorSchemeFragment$data.showSkeletons |
|
- class @fiftyone/relay.colorSchemeFragment$key()#
colorSchemeFragment$key#
Name |
Type |
Description |
---|---|---|
colorSchemeFragment$key. $data |
|
|
colorSchemeFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.configFragment$data()#
configFragment$data#
Name |
Type |
Description |
---|---|---|
configFragment$data. $fragmentType |
|
|
configFragment$data.colorscale |
|
|
configFragment$data.config |
|
- class @fiftyone/relay.configFragment$key()#
configFragment$key#
Name |
Type |
Description |
---|---|---|
configFragment$key. $data |
|
|
configFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.configQuery()#
configQuery#
Name |
Type |
Description |
---|---|---|
configQuery.response |
|
|
configQuery.variables |
|
- class @fiftyone/relay.configQuery$data()#
configQuery$data#
Name |
Type |
Description |
---|---|---|
configQuery$data.colorscale |
|
|
configQuery$data.config |
|
- class @fiftyone/relay.configQuery$variables()#
configQuery$variables#
- class @fiftyone/relay.countValuesQuery()#
countValuesQuery#
Name |
Type |
Description |
---|---|---|
countValuesQuery.response |
|
|
countValuesQuery.variables |
|
- class @fiftyone/relay.countValuesQuery$data()#
countValuesQuery$data#
Name |
Type |
Description |
---|---|---|
countValuesQuery$data.aggregate |
|
- class @fiftyone/relay.countValuesQuery$variables()#
countValuesQuery$variables#
Name |
Type |
Description |
---|---|---|
countValuesQuery$variables.dataset |
|
|
countValuesQuery$variables.form |
|
|
countValuesQuery$variables.path |
|
|
countValuesQuery$variables.view |
|
- class @fiftyone/relay.createSavedViewMutation()#
createSavedViewMutation#
Name |
Type |
Description |
---|---|---|
createSavedViewMutation.response |
|
|
createSavedViewMutation.variables |
|
- class @fiftyone/relay.createSavedViewMutation$data()#
createSavedViewMutation$data#
Name |
Type |
Description |
---|---|---|
createSavedViewMutation$data.createSavedView |
|
- class @fiftyone/relay.createSavedViewMutation$variables()#
createSavedViewMutation$variables#
Name |
Type |
Description |
---|---|---|
createSavedViewMutation$variables.color |
|
|
createSavedViewMutation$variables.datasetName |
|
|
createSavedViewMutation$variables.description |
|
|
createSavedViewMutation$variables.form |
|
|
createSavedViewMutation$variables.session |
|
|
createSavedViewMutation$variables.subscription |
|
|
createSavedViewMutation$variables.viewName |
|
|
createSavedViewMutation$variables.viewStages |
|
- class @fiftyone/relay.datasetAppConfigFragment$data()#
datasetAppConfigFragment$data#
Name |
Type |
Description |
---|---|---|
datasetAppConfigFragment$data. $fragmentType |
|
|
datasetAppConfigFragment$data.activeFields |
|
|
datasetAppConfigFragment$data.colorScheme |
|
|
datasetAppConfigFragment$data.disableFrameFiltering |
|
|
datasetAppConfigFragment$data.dynamicGroupsTargetFrameRate |
|
|
datasetAppConfigFragment$data.gridMediaField |
|
|
datasetAppConfigFragment$data.mediaFallback |
|
|
datasetAppConfigFragment$data.mediaFields |
|
|
datasetAppConfigFragment$data.modalMediaField |
|
|
datasetAppConfigFragment$data.plugins |
|
- class @fiftyone/relay.datasetAppConfigFragment$key()#
datasetAppConfigFragment$key#
Name |
Type |
Description |
---|---|---|
datasetAppConfigFragment$key. $data |
|
|
datasetAppConfigFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.datasetFragment$data()#
datasetFragment$data#
Name |
Type |
Description |
---|---|---|
datasetFragment$data. $fragmentSpreads |
|
|
datasetFragment$data. $fragmentType |
|
|
datasetFragment$data.appConfig |
|
|
datasetFragment$data.brainMethods |
|
|
datasetFragment$data.createdAt |
|
|
datasetFragment$data.datasetId |
|
|
datasetFragment$data.defaultMaskTargets |
|
|
datasetFragment$data.defaultSkeleton |
|
|
datasetFragment$data.evaluations |
|
|
datasetFragment$data.groupField |
|
|
datasetFragment$data.groupMediaTypes |
|
|
datasetFragment$data.id |
|
|
datasetFragment$data.info |
|
|
datasetFragment$data.lastLoadedAt |
|
|
datasetFragment$data.maskTargets |
|
|
datasetFragment$data.mediaType |
|
|
datasetFragment$data.name |
|
|
datasetFragment$data.parentMediaType |
|
|
datasetFragment$data.skeletons |
|
|
datasetFragment$data.version |
|
- class @fiftyone/relay.datasetFragment$key()#
datasetFragment$key#
Name |
Type |
Description |
---|---|---|
datasetFragment$key. $data |
|
|
datasetFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.datasetQuery()#
datasetQuery#
Name |
Type |
Description |
---|---|---|
datasetQuery.response |
|
|
datasetQuery.variables |
|
- class @fiftyone/relay.datasetQuery$data()#
datasetQuery$data#
Name |
Type |
Description |
---|---|---|
datasetQuery$data. $fragmentSpreads |
|
|
datasetQuery$data.config |
|
|
datasetQuery$data.dataset |
|
- class @fiftyone/relay.datasetQuery$variables()#
datasetQuery$variables#
Name |
Type |
Description |
---|---|---|
datasetQuery$variables.extendedView |
|
|
datasetQuery$variables.name |
|
|
datasetQuery$variables.savedViewSlug |
|
|
datasetQuery$variables.view |
|
|
datasetQuery$variables.workspaceSlug |
|
- class @fiftyone/relay.deleteSavedViewMutation()#
deleteSavedViewMutation#
Name |
Type |
Description |
---|---|---|
deleteSavedViewMutation.response |
|
|
deleteSavedViewMutation.variables |
|
- class @fiftyone/relay.deleteSavedViewMutation$data()#
deleteSavedViewMutation$data#
Name |
Type |
Description |
---|---|---|
deleteSavedViewMutation$data.deleteSavedView |
|
- class @fiftyone/relay.deleteSavedViewMutation$variables()#
deleteSavedViewMutation$variables#
Name |
Type |
Description |
---|---|---|
deleteSavedViewMutation$variables.datasetName |
|
|
deleteSavedViewMutation$variables.session |
|
|
deleteSavedViewMutation$variables.subscription |
|
|
deleteSavedViewMutation$variables.viewName |
|
- class @fiftyone/relay.estimatedCountsFragment$data()#
estimatedCountsFragment$data#
Name |
Type |
Description |
---|---|---|
estimatedCountsFragment$data. $fragmentType |
|
|
estimatedCountsFragment$data.estimatedFrameCount |
|
|
estimatedCountsFragment$data.estimatedSampleCount |
|
- class @fiftyone/relay.estimatedCountsFragment$key()#
estimatedCountsFragment$key#
Name |
Type |
Description |
---|---|---|
estimatedCountsFragment$key. $data |
|
|
estimatedCountsFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.frameFieldsFragment$data()#
frameFieldsFragment$data#
Name |
Type |
Description |
---|---|---|
frameFieldsFragment$data. $fragmentType |
|
|
frameFieldsFragment$data.frameFields |
|
- class @fiftyone/relay.frameFieldsFragment$key()#
frameFieldsFragment$key#
Name |
Type |
Description |
---|---|---|
frameFieldsFragment$key. $data |
|
|
frameFieldsFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.groupSliceFragment$data()#
groupSliceFragment$data#
Name |
Type |
Description |
---|---|---|
groupSliceFragment$data. $fragmentType |
|
|
groupSliceFragment$data.defaultGroupSlice |
|
- class @fiftyone/relay.groupSliceFragment$key()#
groupSliceFragment$key#
Name |
Type |
Description |
---|---|---|
groupSliceFragment$key. $data |
|
|
groupSliceFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.histogramValuesQuery()#
histogramValuesQuery#
Name |
Type |
Description |
---|---|---|
histogramValuesQuery.response |
|
|
histogramValuesQuery.variables |
|
- class @fiftyone/relay.histogramValuesQuery$data()#
histogramValuesQuery$data#
Name |
Type |
Description |
---|---|---|
histogramValuesQuery$data.aggregate |
|
- class @fiftyone/relay.histogramValuesQuery$variables()#
histogramValuesQuery$variables#
Name |
Type |
Description |
---|---|---|
histogramValuesQuery$variables.dataset |
|
|
histogramValuesQuery$variables.form |
|
|
histogramValuesQuery$variables.path |
|
|
histogramValuesQuery$variables.view |
|
- class @fiftyone/relay.indexesFragment$data()#
indexesFragment$data#
Name |
Type |
Description |
---|---|---|
indexesFragment$data. $fragmentType |
|
|
indexesFragment$data.frameIndexes |
|
|
indexesFragment$data.sampleIndexes |
|
- class @fiftyone/relay.indexesFragment$key()#
indexesFragment$key#
Name |
Type |
Description |
---|---|---|
indexesFragment$key. $data |
|
|
indexesFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.lightningQuery()#
lightningQuery#
Name |
Type |
Description |
---|---|---|
lightningQuery.response |
|
|
lightningQuery.variables |
|
- class @fiftyone/relay.lightningQuery$data()#
lightningQuery$data#
Name |
Type |
Description |
---|---|---|
lightningQuery$data.lightning |
|
- class @fiftyone/relay.lightningQuery$variables()#
lightningQuery$variables#
Name |
Type |
Description |
---|---|---|
lightningQuery$variables.input |
|
- class @fiftyone/relay.mainSampleQuery()#
mainSampleQuery#
Name |
Type |
Description |
---|---|---|
mainSampleQuery.response |
|
|
mainSampleQuery.variables |
|
- class @fiftyone/relay.mainSampleQuery$data()#
mainSampleQuery$data#
Name |
Type |
Description |
---|---|---|
mainSampleQuery$data.sample |
|
- class @fiftyone/relay.mainSampleQuery$variables()#
mainSampleQuery$variables#
Name |
Type |
Description |
---|---|---|
mainSampleQuery$variables.dataset |
|
|
mainSampleQuery$variables.filter |
|
|
mainSampleQuery$variables.filters |
|
|
mainSampleQuery$variables.view |
|
- class @fiftyone/relay.mediaFieldsFragment$data()#
mediaFieldsFragment$data#
Name |
Type |
Description |
---|---|---|
mediaFieldsFragment$data. $fragmentType |
|
|
mediaFieldsFragment$data.appConfig |
|
|
mediaFieldsFragment$data.name |
|
|
mediaFieldsFragment$data.sampleFields |
|
- class @fiftyone/relay.mediaFieldsFragment$key()#
mediaFieldsFragment$key#
Name |
Type |
Description |
---|---|---|
mediaFieldsFragment$key. $data |
|
|
mediaFieldsFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.mediaTypeFragment$data()#
mediaTypeFragment$data#
Name |
Type |
Description |
---|---|---|
mediaTypeFragment$data. $fragmentType |
|
|
mediaTypeFragment$data.mediaType |
|
- class @fiftyone/relay.mediaTypeFragment$key()#
mediaTypeFragment$key#
Name |
Type |
Description |
---|---|---|
mediaTypeFragment$key. $data |
|
|
mediaTypeFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.paginateSamplesQuery()#
paginateSamplesQuery#
Name |
Type |
Description |
---|---|---|
paginateSamplesQuery.response |
|
|
paginateSamplesQuery.variables |
|
- class @fiftyone/relay.paginateSamplesQuery$data()#
paginateSamplesQuery$data#
Name |
Type |
Description |
---|---|---|
paginateSamplesQuery$data.samples |
|
- class @fiftyone/relay.paginateSamplesQuery$variables()#
paginateSamplesQuery$variables#
Name |
Type |
Description |
---|---|---|
paginateSamplesQuery$variables.after |
|
|
paginateSamplesQuery$variables.count |
|
|
paginateSamplesQuery$variables.dataset |
|
|
paginateSamplesQuery$variables.desc |
|
|
paginateSamplesQuery$variables.dynamicGroup |
|
|
paginateSamplesQuery$variables.extendedStages |
|
|
paginateSamplesQuery$variables.filter |
|
|
paginateSamplesQuery$variables.filters |
|
|
paginateSamplesQuery$variables.hint |
|
|
paginateSamplesQuery$variables.maxQueryTime |
|
|
paginateSamplesQuery$variables.paginationData |
|
|
paginateSamplesQuery$variables.sortBy |
|
|
paginateSamplesQuery$variables.view |
|
- class @fiftyone/relay.sampleFieldsFragment$data()#
sampleFieldsFragment$data#
Name |
Type |
Description |
---|---|---|
sampleFieldsFragment$data. $fragmentType |
|
|
sampleFieldsFragment$data.sampleFields |
|
- class @fiftyone/relay.sampleFieldsFragment$key()#
sampleFieldsFragment$key#
Name |
Type |
Description |
---|---|---|
sampleFieldsFragment$key. $data |
|
|
sampleFieldsFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.savedViewsFragment$data()#
savedViewsFragment$data#
Name |
Type |
Description |
---|---|---|
savedViewsFragment$data. $fragmentType |
|
|
savedViewsFragment$data.savedViews |
|
- class @fiftyone/relay.savedViewsFragment$key()#
savedViewsFragment$key#
Name |
Type |
Description |
---|---|---|
savedViewsFragment$key. $data |
|
|
savedViewsFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.savedViewsFragmentQuery()#
savedViewsFragmentQuery#
Name |
Type |
Description |
---|---|---|
savedViewsFragmentQuery.response |
|
|
savedViewsFragmentQuery.variables |
|
- class @fiftyone/relay.savedViewsFragmentQuery$data()#
savedViewsFragmentQuery$data#
Name |
Type |
Description |
---|---|---|
savedViewsFragmentQuery$data. $fragmentSpreads |
|
- class @fiftyone/relay.savedViewsFragmentQuery$variables()#
savedViewsFragmentQuery$variables#
Name |
Type |
Description |
---|---|---|
savedViewsFragmentQuery$variables.name |
|
- class @fiftyone/relay.searchSelectFieldsMutation()#
searchSelectFieldsMutation#
Name |
Type |
Description |
---|---|---|
searchSelectFieldsMutation.response |
|
|
searchSelectFieldsMutation.variables |
|
- class @fiftyone/relay.searchSelectFieldsMutation$data()#
searchSelectFieldsMutation$data#
Name |
Type |
Description |
---|---|---|
searchSelectFieldsMutation$data.searchSelectFields |
|
- class @fiftyone/relay.searchSelectFieldsMutation$variables()#
searchSelectFieldsMutation$variables#
Name |
Type |
Description |
---|---|---|
searchSelectFieldsMutation$variables.datasetName |
|
|
searchSelectFieldsMutation$variables.metaFilter |
|
- class @fiftyone/relay.setColorSchemeMutation()#
setColorSchemeMutation#
Name |
Type |
Description |
---|---|---|
setColorSchemeMutation.response |
|
|
setColorSchemeMutation.variables |
|
- class @fiftyone/relay.setColorSchemeMutation$data()#
setColorSchemeMutation$data#
Name |
Type |
Description |
---|---|---|
setColorSchemeMutation$data.setColorScheme |
|
- class @fiftyone/relay.setColorSchemeMutation$variables()#
setColorSchemeMutation$variables#
Name |
Type |
Description |
---|---|---|
setColorSchemeMutation$variables.colorScheme |
|
|
setColorSchemeMutation$variables.subscription |
|
- class @fiftyone/relay.setDatasetColorSchemeMutation()#
setDatasetColorSchemeMutation#
Name |
Type |
Description |
---|---|---|
setDatasetColorSchemeMutation.response |
|
|
setDatasetColorSchemeMutation.variables |
|
- class @fiftyone/relay.setDatasetColorSchemeMutation$data()#
setDatasetColorSchemeMutation$data#
Name |
Type |
Description |
---|---|---|
setDatasetColorSchemeMutation$data.setDatasetColorScheme |
|
- class @fiftyone/relay.setDatasetColorSchemeMutation$variables()#
setDatasetColorSchemeMutation$variables#
Name |
Type |
Description |
---|---|---|
setDatasetColorSchemeMutation$variables.colorScheme |
|
|
setDatasetColorSchemeMutation$variables.datasetName |
|
|
setDatasetColorSchemeMutation$variables.subscription |
|
- class @fiftyone/relay.setDatasetMutation()#
setDatasetMutation#
Name |
Type |
Description |
---|---|---|
setDatasetMutation.response |
|
|
setDatasetMutation.variables |
|
- class @fiftyone/relay.setDatasetMutation$data()#
setDatasetMutation$data#
Name |
Type |
Description |
---|---|---|
setDatasetMutation$data.setDataset |
|
- class @fiftyone/relay.setDatasetMutation$variables()#
setDatasetMutation$variables#
Name |
Type |
Description |
---|---|---|
setDatasetMutation$variables.name |
|
|
setDatasetMutation$variables.session |
|
|
setDatasetMutation$variables.subscription |
|
|
setDatasetMutation$variables.viewName |
|
- class @fiftyone/relay.setFieldVisibilityStageMutation()#
setFieldVisibilityStageMutation#
Name |
Type |
Description |
---|---|---|
setFieldVisibilityStageMutation.response |
|
|
setFieldVisibilityStageMutation.variables |
|
- class @fiftyone/relay.setFieldVisibilityStageMutation$data()#
setFieldVisibilityStageMutation$data#
Name |
Type |
Description |
---|---|---|
setFieldVisibilityStageMutation$data.setFieldVisibilityStage |
|
- class @fiftyone/relay.setFieldVisibilityStageMutation$variables()#
setFieldVisibilityStageMutation$variables#
Name |
Type |
Description |
---|---|---|
setFieldVisibilityStageMutation$variables.session |
|
|
setFieldVisibilityStageMutation$variables.stage |
|
|
setFieldVisibilityStageMutation$variables.subscription |
|
- class @fiftyone/relay.setGroupSliceMutation()#
setGroupSliceMutation#
Name |
Type |
Description |
---|---|---|
setGroupSliceMutation.response |
|
|
setGroupSliceMutation.variables |
|
- class @fiftyone/relay.setGroupSliceMutation$data()#
setGroupSliceMutation$data#
Name |
Type |
Description |
---|---|---|
setGroupSliceMutation$data.setGroupSlice |
|
- class @fiftyone/relay.setGroupSliceMutation$variables()#
setGroupSliceMutation$variables#
Name |
Type |
Description |
---|---|---|
setGroupSliceMutation$variables.session |
|
|
setGroupSliceMutation$variables.slice |
|
|
setGroupSliceMutation$variables.subscription |
|
- class @fiftyone/relay.setSampleMutation()#
setSampleMutation#
Name |
Type |
Description |
---|---|---|
setSampleMutation.response |
|
|
setSampleMutation.variables |
|
- class @fiftyone/relay.setSampleMutation$data()#
setSampleMutation$data#
Name |
Type |
Description |
---|---|---|
setSampleMutation$data.setSample |
|
- class @fiftyone/relay.setSampleMutation$variables()#
setSampleMutation$variables#
Name |
Type |
Description |
---|---|---|
setSampleMutation$variables.groupId |
|
|
setSampleMutation$variables.id |
|
|
setSampleMutation$variables.session |
|
|
setSampleMutation$variables.subscription |
|
- class @fiftyone/relay.setSelectedLabelsMutation()#
setSelectedLabelsMutation#
Name |
Type |
Description |
---|---|---|
setSelectedLabelsMutation.response |
|
|
setSelectedLabelsMutation.variables |
|
- class @fiftyone/relay.setSelectedLabelsMutation$data()#
setSelectedLabelsMutation$data#
Name |
Type |
Description |
---|---|---|
setSelectedLabelsMutation$data.setSelectedLabels |
|
- class @fiftyone/relay.setSelectedLabelsMutation$variables()#
setSelectedLabelsMutation$variables#
Name |
Type |
Description |
---|---|---|
setSelectedLabelsMutation$variables.selectedLabels |
|
|
setSelectedLabelsMutation$variables.session |
|
|
setSelectedLabelsMutation$variables.subscription |
|
- class @fiftyone/relay.setSelectedMutation()#
setSelectedMutation#
Name |
Type |
Description |
---|---|---|
setSelectedMutation.response |
|
|
setSelectedMutation.variables |
|
- class @fiftyone/relay.setSelectedMutation$data()#
setSelectedMutation$data#
Name |
Type |
Description |
---|---|---|
setSelectedMutation$data.setSelected |
|
- class @fiftyone/relay.setSelectedMutation$variables()#
setSelectedMutation$variables#
Name |
Type |
Description |
---|---|---|
setSelectedMutation$variables.selected |
|
|
setSelectedMutation$variables.session |
|
|
setSelectedMutation$variables.subscription |
|
- class @fiftyone/relay.setSidebarGroupsMutation()#
setSpacesMutation#
Name |
Type |
Description |
---|---|---|
setSpacesMutation.response |
|
|
setSpacesMutation.variables |
|
- class @fiftyone/relay.setSpacesMutation$data()#
setSpacesMutation$data#
Name |
Type |
Description |
---|---|---|
setSpacesMutation$data.setSpaces |
|
- class @fiftyone/relay.setSpacesMutation$variables()#
setSpacesMutation$variables#
Name |
Type |
Description |
---|---|---|
setSpacesMutation$variables.session |
|
|
setSpacesMutation$variables.spaces |
|
|
setSpacesMutation$variables.subscription |
|
- class @fiftyone/relay.setViewMutation()#
setViewMutation#
Name |
Type |
Description |
---|---|---|
setViewMutation.response |
|
|
setViewMutation.variables |
|
- class @fiftyone/relay.setViewMutation$data()#
setViewMutation$data#
Name |
Type |
Description |
---|---|---|
setViewMutation$data.setView |
|
- class @fiftyone/relay.setViewMutation$variables()#
setViewMutation$variables#
Name |
Type |
Description |
---|---|---|
setViewMutation$variables.datasetName |
|
|
setViewMutation$variables.form |
|
|
setViewMutation$variables.savedViewSlug |
|
|
setViewMutation$variables.session |
|
|
setViewMutation$variables.subscription |
|
|
setViewMutation$variables.view |
|
- class @fiftyone/relay.sidebarGroupsFragment$data()#
stageDefinitionsFragment$data#
Name |
Type |
Description |
---|---|---|
stageDefinitionsFragment$data. $fragmentType |
|
|
stageDefinitionsFragment$data.stageDefinitions |
|
- class @fiftyone/relay.stageDefinitionsFragment$key()#
stageDefinitionsFragment$key#
Name |
Type |
Description |
---|---|---|
stageDefinitionsFragment$key. $data |
|
|
stageDefinitionsFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.updateSavedViewMutation()#
updateSavedViewMutation#
Name |
Type |
Description |
---|---|---|
updateSavedViewMutation.response |
|
|
updateSavedViewMutation.variables |
|
- class @fiftyone/relay.updateSavedViewMutation$data()#
updateSavedViewMutation$data#
Name |
Type |
Description |
---|---|---|
updateSavedViewMutation$data.updateSavedView |
|
- class @fiftyone/relay.updateSavedViewMutation$variables()#
updateSavedViewMutation$variables#
Name |
Type |
Description |
---|---|---|
updateSavedViewMutation$variables.datasetName |
|
|
updateSavedViewMutation$variables.session |
|
|
updateSavedViewMutation$variables.subscription |
|
|
updateSavedViewMutation$variables.updatedInfo |
|
|
updateSavedViewMutation$variables.viewName |
|
- class @fiftyone/relay.viewFragment$data()#
viewFragment$data#
Name |
Type |
Description |
---|---|---|
viewFragment$data. $fragmentType |
|
|
viewFragment$data.stages |
|
|
viewFragment$data.viewCls |
|
|
viewFragment$data.viewName |
|
- class @fiftyone/relay.viewFragment$key()#
viewFragment$key#
Name |
Type |
Description |
---|---|---|
viewFragment$key. $data |
|
|
viewFragment$key. $fragmentSpreads |
|
- class @fiftyone/relay.viewSchemaFragment$data()#
viewSchemaFragment$data#
Name |
Type |
Description |
---|---|---|
viewSchemaFragment$data. $fragmentType |
|
|
viewSchemaFragment$data.schemaForViewStages |
|
- class @fiftyone/relay.viewSchemaFragment$key()#
viewSchemaFragment$key#
Name |
Type |
Description |
---|---|---|
viewSchemaFragment$key. $data |
|
|
viewSchemaFragment$key. $fragmentSpreads |
|
Variables#
RelayEnvironmentContext#
Name |
Type |
Description |
---|---|---|
Context < Environment > |
|
aggregate#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
aggregation#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
colorSchemeFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
configFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
countValues#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
createSavedView#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
dataset#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
datasetAppConfigFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
datasetFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
deleteSavedView#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
estimatedCounts#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
frameFieldsFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
groupSliceFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
histogramValues#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
indexesFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
lightning#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
mainSample#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
mediaFieldsFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
mediaTypeFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
paginateSamples#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
sampleFieldsFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
savedViewsFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
searchSelectFields#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setColorScheme#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setDataset#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setDatasetColorScheme#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setFieldVisibilityStage#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setGroupSlice#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setSample#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setSelected#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setSelectedLabels#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setSpaces#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
setView#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
stageDefinitionsFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
updateSavedView#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
viewFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|
viewSchemaFragment#
Name |
Type |
Description |
---|---|---|
GraphQLTaggedNode |
|